1 03/31/83 not 2 3 Syntax: not STR 4 5 6 Syntax as active function: [not STR] 7 8 9 Function: returns false if STR is equal to true; true if STR is equal 10 to false; otherwise prints an error message.