office-gobmx/librelogo
László Németh 0718458f1a LibreLogo: fix RANGE with a single function argument
in a FOR loop, by removing the range(x,,)-like double
commas in this case, too, during program compilation.

Previous empty (missing) argument of RANGE was checked
by the terminating comma, but it can be a white space
after it, as in the following example:

FOR i IN RANGE COUNT 'letter' [ PRINT i ]

Change-Id: I67d0a4f089be06f30003d1b979b8f1801dbfa2e9
Reviewed-on: https://gerrit.libreoffice.org/71263
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2019-04-25 20:21:16 +02:00
..
source LibreLogo: fix RANGE with a single function argument 2019-04-25 20:21:16 +02:00
CustomTarget_librelogo.mk
Makefile
Module_librelogo.mk
Package_librelogo.mk
Package_librelogo_properties.mk
README

LibreLogo is a Logo-like programming language with interactive vectorgraphics for education and DTP