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.
02:20 teatwo left, teatwo joined 03:40 Poohmaan joined 03:45 Poohmaan left 13:28 discord-raku-bot left, discord-raku-bot joined 13:39 discord-raku-bot left, discord-raku-bot joined 13:56 discord-raku-bot left, discord-raku-bot joined 14:21 tea3po joined 14:22 tea3po left, tea3po joined 14:24 teatwo left 15:13 tea3po left 15:14 tea3po joined 15:24 tea3po left, tea3po joined 17:27 n1to joined, n1to left 19:12 habere-et-disper joined 20:31 habere-et-disper left 21:12 habere-et-disper joined 22:24 deoac joined
deoac ``` 22:26
[10] > (1, 10, 100 ... Inf).infinite
No such method 'infinite' for invocant of type 'Seq'
  in block <unit> at <unknown file> line 1
[10] > (1, 10, 100 ... Inf).?infinite
Nil
```
What is the meaning of `.?` ?
Nemokosch That missing methods will return Nil rather than throw an exception 22:29
deoac Thank you.  Where is it mentioned in the docs?  I couldn't find it. 22:33