[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: IO
- From: "Daniel Collins" <daniel.collins@...>
- Date: Fri, 10 Nov 2006 20:54:32 +1030
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.