Hi,
Block responds to return and return:. Is it possible while in a block
to get access to the current block?
ie.
[ sys log:'hello'. <ref to current block> return. sys log:'bye'. ] value.
So far I've only been able to figure it out if I bind the block to a variable.
b := [ sys log:'hello'. b return. sys log:'bye'. ].
b value.
Is this functionality exposed to us?
Thanks,
Eric
|