Could a "slang" resolve this?$ perl6 > if 1 < 2 { say 'hi' } hi > if 1<2 { say 'hi' } ===SORRY!=== Error while compiling <unknown file> Whitespace required before < operator at <unknown file>:2 ------> <BOL>⏏<EOL> expecting any of: postfix >
In reply to Re: Porting (old) code to something else
by bduggan
in thread Porting (old) code to something else
by Tux
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |