lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> goto a --redo
> goto b --skip

Since we're toying with syntax, this could palatable to ET:
	goto -redo
	goto +skip
	goto  somewhere

Not that I'm nearly proposing this for Lua...