lua-users home
lua-l archive

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


Thank you all for responding..

It work with command "dofile".

I do have some other questions too... will post in a different thread as they are not related to this topic


On Wed, Sep 9, 2009 at 3:37 PM, Rob Kendrick <lua-l@nun.org.uk> wrote:
On Wed, 9 Sep 2009 10:31:03 +0100
"John Hind" <john.hind@zen.co.uk> wrote:

> What is it about operating systems that gets everyone so theological
> and partisan? Forward slashes or back slashes are just arbitrary
> conventions and neither is “right” or “wrong”. If anything is “wrong”
> here it is the ugly and error-prone “C” language use of escape
> sequences in strings which unfortunately was inherited by Lua.

Sorry?  There is nothing wrong with C's escape sequences if you use the
directory separator of the OS it was designed for use with :)

B.