delvar . utils . sncode
latest
Delete a variable.
DELVAR
NAME
delvar - Delete a variable.
SYNOPSIS
delvar (var1, …);
DESCRIPTION
Delete a variable. Entry in context or array cannot be deleted
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
res= {_{ a=5; b=6; a; b; delvar(a,b); a=4; a; b; }}. return res= 564.
AUTHOR
Written by Pierre Laplante, <laplante@sednove.com>