Reserved Functions

SSharp S# API

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

The following names are reserved words in the context of function definitions:

  • eval – evaluates value of an expression;

 Example of eval function usage:

 

         a = eval('2+3*4');

 

  • clear – clears all variables in context; (Obsolete)
  • array - creates typed array of objects; (see, Arrays topic)