lua-users home
lua-l archive

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


> Lua programs are still very sensitive to spelling mistakes.  In
> theory, Lua could be patched so that _no global_ accesses are allowed,
> except for some way to get 'imports' in.  Then spelling mistakes will
> be genuine compile errors.

print(math.sine(10))

-- Roberto