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
    print n
end function

f1()
f2()

</hansl>

thanks

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