Next: asciis uri, Previous: asciis conversion, Up: asciis [Index]
The following bindings are exported by the library (vicare
language-extensions ascii-chars)
. The identifiers whose name is
prefixed with ‘$’ are bound to unsafe operations: they do
not validate the arguments and applying them to invalid
arguments leads to undefined behaviour.
Evaluate to true if fx is a fixnum representing the character ‘V’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘v’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘&’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘@’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘[’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘]’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘(’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘)’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘.’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘,’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘:’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘;’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘!’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘$’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘?’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘#’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘%’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘=’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘+’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘-’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘_’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘~’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘'’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘/’ in ASCII encoding.
Evaluate to true if fx is a fixnum representing the character ‘*’ in ASCII encoding.
Next: asciis uri, Previous: asciis conversion, Up: asciis [Index]