lua-users home
lua-l archive

Re: suggestions for new version

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


> * iolib lacks the converse of ascii(str), but it's trivial to write
> a C function for char(n).
The "oficial" way to do that is:
 format('%c', n)
That is why the function "char" is not provided.
-- Roberto

AltStyle によって変換されたページ (->オリジナル) /