User Tools

Site Tools


4rpl:commands:delete

This is an old revision of the document!


Index

Delete Variable

Syntax

–VARNAME

Description

Deletes the variable with name VARNAME (make it as if the variable was never assigned).

Examples

42 ->TheAnswer 
<-TheAnswer Trace # prints out 42 
 
--TheAnswer # delete variable
 
if (-?TheAnswer) # checks if the variable exists
    "We have the answer" Trace
else
    "We do not have the answer" Trace
endif
4rpl/commands/delete.1610666082.txt.gz · Last modified: 2025/02/14 14:56 (external edit)