[t/spec] A few wilder tests for nesting.
[pugs.git] / examples / golf / wc.pl
blob09de5ec7bf926b6dad8b5f219f1e9fc9b1dca757
1 my$h=open @*ARGS[0];my@l=$h.get;
2 my$i;++$i for @l;
3 say join "",(split "",int(7e10+$i))[1..Inf];