Open gfldex opened 1 year ago
Well, you are right, it's not explicitly pointed out at one place, however it is deducible from this part: https://docs.raku.org/language/containers#Scalar_containers.
As a general "tutorial article", the whole page could be in a better shape, to be fair.
$[3, 4]
clearly created a new container but is not documented in https://docs.raku.org/language/containers . It should be index as$[]
.