my.assign {CoCoCore}R Documentation

Assign a value to a name

Description

Internal CoCoCore function: Assign a value to a name in an environment.

Usage

my.assign(x, value, frame)

Arguments

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.

Details

This function is not to be called by the user.

Value

See assign.

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

assign and coco.init.


[Package CoCoCore version 0.1.6.5 Index]