lua-users home
lua-l archive

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


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.