Help for this page
#!/usr/bin/pugs ... say "x = *$x* lst = *",~@lst,"*"; #is($x, 'qqq', '... default named parameter with $CALLER_ and a list', + :todo<bug>); #is(~@lst, 'a b c', '... list after default named parameter with $CALL +ER_', :todo<bug>);
x = *a* lst = *b c*
x = *qqq* lst = *a b c*