start | all-pages
c:-whitespace?
Data Stack: c-f
Address Stack: -
For ASCII characters, return true if the character is not white
space or false if it is.
The whitespace characters are tracked in +s:WHITESPACE and
include horizontal tab, carriage return, line feed, and space
by default.
Type: word
Defined In: blocks