In Operators§| docs.raku.org
Raku Perl 6 programming| raku-musings.com
In Backtrace§| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
In role Enumeration§| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Raku highlighting| docs.raku.org
Lists have been a central part of computing since before there were computers, during which time many devils have taken up residence in their details. They were actually one of the hardest parts of Raku to design, but through persistence and patience, Raku has arrived with an elegant system for handling them.| docs.raku.org
In List§| docs.raku.org
In role Iterable§| docs.raku.org
In List§| docs.raku.org
In IO::Path§| docs.raku.org
In List§| docs.raku.org
In IterationBuffer§| docs.raku.org
In RakuAST::Doc::Block§| docs.raku.org
In Any§| docs.raku.org
In List§| docs.raku.org
One often needs to refer to a specific element (or slice of elements) from a collection or data structure. Borrowing from mathematical notation where the components of a vector v would be referred to as v₁, v₂, v₃, this concept is called "subscripting" (or "indexing") in Raku.| docs.raku.org
A regular expression is a sequence of characters that defines a certain text pattern, typically one that one wishes to find in some large body of text.| docs.raku.org
In Any§| docs.raku.org
See creating operators on how to define new operators.| docs.raku.org
PHP RFC: Pattern Matching| wiki.php.net