lua-users home
lua-l archive

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


I second that. My last project was a mobile phone game using lua. It had
dofile and require but not io module at all.

-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Paul Hudson
Sent: Friday, 10 November 2006 7:11 PM
To: 'Lua list'
Subject: RE: IO


>On some systems without mass storage loadfile/dofile might be of 
>interest
>even if io module is not implemented.

As it happens our implementation does indeed support loadfile/dofile but
does not implement io. So there's at least one real world example of
this.