in reply to how to force scalar context (without scalar())?
# Perl 6 $obj.method( foo => +some_number_returning_func(), bar => ~some_string_returning_func(), ); [download]