This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
lucs How do I complete this 「my ($a, $b, $c) = …」 so that all are set to 42, ideally without having to mention the number of variables to set (3 in this case)? 17:03
Nahita 42 xx * 17:04
lucs Thanks!
Nahita np