Manuals/calci/ASSIGN

From ZCubes Wiki
Revision as of 15:06, 23 September 2016 by Devika (talk | contribs)
Jump to navigation Jump to search
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

  1. ASSIGN("Sun",1) = 1
  2. ASSIGN("eyes",2) =2
  3. ASSIGN("stars",20000) =20000

See Also

References