Language Reference: Miscellaneous

null

side effects (like printing a value, setting a variable, or returning from a function)


In Language Constructs

There are several situations in which language constructs will produce none values, including:


Identifier Names

An identifier in Pointless is a name that starts with an ASCII letter [a-zA-Z] and is followed by zero or more ASCII letters or digits [a-zA-Z0-9]. Variable names must be valid identifiers, and must not be [keywords].

Valid identifier examples:

nickname
highScore
player2

Invalid identifier examples:

nick$nam€
high_score
2player