![DropDown image](dropdown.gif)
![DropDownHover image](dropdownHover.gif)
![Collapse image](collapse_all.gif)
![Expand image](expand_all.gif)
![CollapseAll image](collall.gif)
![ExpandAll image](expall.gif)
![Copy image](copycode.gif)
![CopyHover image](copycodeHighlight.gif)
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)