|
On 28/01/2011 17.20, Paul Hudson wrote:Well, if break accepts a string... :-)
Can we have computed go to? http://en.wikipedia.org/wiki/Goto#Computed_GOTO
(I am joking, but it would actually fit quite well with the current
proposal.
break (n) :label1: :label2:
anyone?)
local somewhere = getRandomDestination()
break(somewhere)
--
Enrico