Darwin Help
Back to Index
eval
Function
eval
Calling Sequence
eval(exp)
Parameters
Name
Type
Description
exp
expression
Return Type
anything
Synopsis
This function forces the immediate and complete evaluation of exp.
Examples
> eval(5+5);
10
> eval(parse('2+3!'));
8
See also
noeval