View Single Post
  #19  
Old 01-30-2009, 11:55 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Inverness View Post
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.

Last edited by Loriel; 01-31-2009 at 12:40 AM..
Reply With Quote