x-lang

not

Logical negation.

Parameters:

Returns: BOOL — t if x is falsy

list

Create a list from arguments.

Parameters:

Returns: LIST — A new list

Examples:

(list 1 2 3) => (1 2 3)

newline

Display a newline character.

str=?

Test string equality.

Parameters:

Returns: BOOL — t if equal