Help for this page
for ( $var ) { $_ >= 10 and print "a"; ... $_ >= 2 and print "i"; $_ >= 1 and print "j"; }