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


graphicChar?

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

An error is signaled if the argument is not a character. True iff the argument is printable (including blank, but excluding control chars and such): C isprint).

Note that this is not the C isgraph function! The clash between C and CommonLisp naming conventions here is unfortunate.


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