Re: suggestions for new version
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: suggestions for new version
- From: Roberto Ierusalimschy <roberto@...>
- Date: 1997年3月03日 13:04:16 -0300
> * 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