lua-users home
lua-l archive

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


Rich Artym wrote:

> Aaron, Guile's set! syntactic keyword is not legal
> Scheme.  :-)

Is any type of reassignment legal Scheme?

If yes, then substitute that.  If not, then problem solved,
because the Lua examples we've been talking about have all
assigned a value to a variable, and then assigned another
value to that very same variable.

-- 
Aaron