add_variable
Description:
public void add_variable (
uint scope,
string name,
SExpTerm value)
Adds a variable named name to the given scope, set to the given value.
Parameters:
| this |
a SExp
|
| scope |
a scope
|
| name |
a variable name
|
| value |
a variable value, as a SExpTerm
|