The Clear Command is used to delete all variables from global scope memory (Read about scope in Functions).
The short syntax structure uses the word CLEAR:
CLEARThe long syntax structure uses the word CLEAR:
CLEARNEW INT x = 5
NEW INT y = 10
CLEAR // x and y are deleted and do not exist