Difference between revisions of "Manuals/calci/ASSIGN"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
==References== | ==References== | ||
*[https://stat.ethz.ch/R-manual/R-devel/library/base/html/assign.html ASSIGN] | *[https://stat.ethz.ch/R-manual/R-devel/library/base/html/assign.html ASSIGN] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 05:30, 14 March 2017
ASSIGN (String,Value)
- is the string to assign.
- is the value assigned to the string.
Description
- This function assigning a value to the string.
- That is Assign a value to a name in an environment.
Examples
- ASSIGN("Sun",1) = 1
- ASSIGN("eyes",2) =2
- ASSIGN("stars",20000) =20000
See Also
References