Untitled

Run Settings
LanguageRaku
Language Version
Run Command
sub autovif(@thing) { my \orig = @thing.elems; say @thing[*-1 max 0].elems; } my @thing; autovif(@thing); say "-----"; @thing = <a b c>, <d e>; autovif(@thing);
Editor Settings
Theme
Key bindings
Full width
Lines