my.assign {CoCoCore} | R Documentation |
Internal CoCoCore function: Assign a value to a name in an environment.
my.assign(x, value, frame)
x |
A character string with the name of the variable to assign to. |
value |
The value to assign x . |
frame |
Numeric, the argument frame is
zero for .GlobalEnv . |
This function is not to be called by the user.
See assign
.
Jens Henrik Badsberg
Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.