On Sun, Jul 3, 2022 at 7:49 AM Cottrell, Allin <cottrell(a)wfu.edu> wrote:
On Sat, Jul 2, 2022 at 3:14 PM Sven Schreiber <svetosch(a)gmx.net> wrote:
>
> is this supposed to work? It doesn't and instead gives the bogus error
> message about the keyword "to":
>
> <hansl>
> function void check(list L)
> loop foreach i L
> ols L.$i const L.$i(-1 to -2) # symbol 'to' not defined
> endloop
> end function
The keyword "to" is valid only in a very specific context, and in the
case above that context is not being created.
That's now fixed in git.
Allin