Member predicate DoBlock::getLocalVariable
Gets the n
th local variable declared by this block.
For example local
in { | param; local| puts param }
.
Gets the n
th local variable declared by this block.
For example local
in { | param; local| puts param }
.