lua-users home
lua-l archive

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



> -----Original Message-----
> From: Tiago Dionizio [mailto:tngd@mongloide.com]
> Sent: Wednesday, April 02, 2003 7:02 PM
> To: Multiple recipients of list
> Subject: bin2c.lua
> 
> 
> 
> bin2c.lua has a small problem...
> 
> on line - if n~=0 then io.write '";\n' n=0 end - if n is 
> zero, it will not print
> a ';' after the last string.
> 
>