routine take-rw
Documentation for routine take-rw
assembled from the following types:
class Mu
From Mu
(Mu) routine take-rw
sub take-rw(\item)
Returns the given item to the enclosing gather
block, without introducing a new container.
my = 1...3;sub f();for f() ;say ;# OUTPUT: «[2 3 4]»