Spaces before END of functions cause compiling problems in LibreLogo. Test file: TO test OUTPUT “Test 1” END TO test2 OUTPUT “Test 2” END print test print test2
Laszlo Nemeth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=850871e04e247262242836180d8a5cf59b2f95ef fdo#70951 librelogo: fix parsing problem of functions The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Laszlo Nemeth committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=eae6ac5550d28379a55231111af022da7f1f936d&h=libreoffice-4-1 fdo#70951 librelogo: fix parsing problem of functions It will be available in LibreOffice 4.1.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.