title | categories | subCategories | ||
---|---|---|---|---|
isSpace() |
|
|
Analyse if a char is a white-space character. Returns true if the argument is a space, form feed ('\f'
), newline ('\n'
), carriage return ('\r'
), horizontal tab ('\t'
), or vertical tab ('\v'
).
isSpace(thisChar)
thisChar
: variable. Allowed data types: char
true
: if thisChar is a white-space character.
-
LANGUAGE char
-
LANGUAGE if (conditional operators)
-
LANGUAGE while (conditional operators)
-
LANGUAGE read()