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