Armstrong

Run Settings
LanguageRaku
Language Version
Run Command
# Standard Raku: say { $_ == sum .comb.map: * **3 }(371); # True say { $_ == sum .comb »**»3 }(371); # True # Raku with some setup: constant λ = *; say { my \it = $_; it==sum .comb.map: λ**3 }(371); # True say { my \it = $_; it==sum .comb »**» 3 }(371); # True
Editor Settings
Theme
Key bindings
Full width
Lines