[F-Script-talk] Can I get access to the current block?
Brought to you by:
pmougin
From: Eric H. <eri...@gm...> - 2006-09-11 19:51:24
|
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 |