Difference between revisions of "Manuals/calci/ASSIGN"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
#ASSIGN("eyes",2) =2 | #ASSIGN("eyes",2) =2 | ||
#ASSIGN("stars",20000) =20000 | #ASSIGN("stars",20000) =20000 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=lKbP6zPnJGw|280|center|Assign}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:29, 20 March 2019
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
Related Videos
See Also
References