Go to the first, previous, next, last section, table of contents.


digitChar?

Function: digitChar?
file: job.t
package: muf
status: alpha

An error is signaled if the argument is not a character.

Returns nil if the argument is not in '0'->'9' (C isdigit), else returns the decimal value of the argument (an integer in 0->9).


Go to the first, previous, next, last section, table of contents.