notLogical negation.
Parameters:
ANY — Value to negateReturns: BOOL — t if x is falsy
listCreate a list from arguments.
Parameters:
ANY — Zero or more valuesReturns: LIST — A new list
Examples:
(list 1 2 3) => (1 2 3)newlineDisplay a newline character.
str=?Test string equality.
Parameters:
STRING — First stringSTRING — Second stringReturns: BOOL — t if equal