Quote:
Originally Posted by Inverness
I know what you mean, it's just the syntax that I've had issues with. I don't know of another language that lets you create variable names inline.
|
Javascript, Lua.
Edit: I am not sure anymore what you are refering to. Lua at least lets you do getfenv(1)[varname] = 42, equivalent to local varname = 42, I think.