Hi!
Stimmt hier etwas nicht oder funktionieren optionale Parameter noch nicht?
sub num( $x, $y, ?$z ) {
$x.say;
$y.say;
$z.say if $z;
}
num( 5, 7, 9 );
Fehlermeldung:
QuoteUnable to parse multisig; couldn't find final ')' at line 4, near ", ?$z ) {\n"
in Main (src/gen_setting.pm:0)