Combinations

Run Settings
LanguageRaku
Language Version
Run Command
# French combinations from a list if they sum to 8 for ( (1,2,3,4,5,6).combinations(2) ) { say $_ if ($_.sum == "8") };
Editor Settings
Theme
Key bindings
Full width
Lines