Aller au contenu principal

delvar

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.

SEE ALSO

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.