LOCALMAKEvarname
value
LOCALMAKE declares a local variable and assigns it a variable. It is convenient shorthand for the following code:
LOCALvarname
MAKEvarname
value
TO SAYHELLO LOCALMAKE "message [Hello] PRINT :message END SAYHELLO
HelloSHOW :message
message has no value