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. |
|||
04:43
CIAvash joined
07:56
dakkar joined
09:58
CIAvash left
11:41
teatwo joined
11:44
tea3po left
|
|||
lizmat | And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/10/23/2023-...leastober/ | 13:09 | |
14:30
dakkar left
14:35
dakkar joined
17:01
dakkar left
|
|||
Dr.Doom | my (\l,\w) = 5,3; say (l min w,abs l - w, * - * ... *[^10]; | 18:06 | |
whats wrong with this ? | |||
:m my (\l,\w) = 5,3; say (l min w,abs l - w, * - * ... *)[^10]; | 18:07 | ||
nemokosch | the precedence of the operations, for starters | 18:30 | |
and the unpaired parens | |||
I think the first line was okay | 18:32 | ||
oh right, abs l - w, ..... is a problem | 18:36 | ||
that will eat up everything and complain about too many args provided | |||
the precedence wouldn't be right anyway so you should be using abs(l-w) | |||
21:09
guifa joined
23:41
tea3po joined
23:44
teatwo left
|