Untitled

Run Settings
LanguageRaku
Language Version
Run Command
my %hash := %{ args => (0,)}.Map; # uh oh my @args = %hash<args>; @args.gist.say; # fuck sigils my \sigilless = %hash<args>; sigilless.gist.say; # force context my @with-context = @(%hash<args>); @with-context.gist.say; # defensive decont'ing, which I'm worried is context-sensitive? my @with-decont = %hash<args><>; @with-decont.gist.say;
Editor Settings
Theme
Key bindings
Full width
Lines