Operator >>>= is mentioned in the 0.2 changelog, but the parser does not seem to recognise it:
x >>>= y |
syntax error near '>' |
Apparently the preprocessor changes the code to:
x > = > >> ( y) |
[Please log in to post a comment]