Help for this page
If *LEVEL* is at least 7, "if" statements will be translated into equivalent expressions using "&&", "?:" and "do {}"; for instance ... $nice and do { print 'hi' }; $nice ? do { print 'hi' } : do { print 'bye' };