Am 08.12.2024 um 20:39 schrieb Sven Schreiber:
Hi,

is it expected that whitespace is not allowed in the following context?

<hansl>

function void f1(int n[0:2:1])
    print n
end function

function void f2(int n[0 : 2 : 1]) # syntax error

Just for the record: yes, it's expected given the way the parser works, so blanks in that context are simply not supported.

cheers

sven

_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

Reply via email to