say (if $_ { 'fred' } else { 'bill' }) for 0..1; #### for 0..1 { say do if $_ { 'fred' } else { 'bill' } }