$ perl6 > if 1 < 2 { say 'hi' } hi > if 1<2 { say 'hi' } ===SORRY!=== Error while compiling Whitespace required before < operator at :2 ------> expecting any of: postfix >