lua-users home
lua-l archive

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


>i have no idea what your test program should be doing, but i suggest using
>print instead of write.
>print doesn't choke on other values than strings or numbers, and it
>automatically adds the newline at the end.

On the other hand, "print" adds tabs between elements.
As said in the manual, "print" is mostly for debugging (which seems the case
here).
--lhf