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


|potentialNumber?

Function: |potentialNumber? { [token] -> [token] tOrNil }
file: job.t
package: muf
status: alpha

The |potentialNumber? compiler support function accepts a block of integers coding characters, such as returned by |backslashesToHighbit, and returns a Boolean value indicating whether the token is a potential number (as defined by the CommonLisp syntax standard).

See section |backslashesToHighbit. See section ]makeNumber.


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