[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.2.1.1 Making object-internal function calls

Making an internal function call is as simple as writing the function name and putting any arguments within parentheses afterwards. The argument list is simply a list of expressions, or nothing. (A function call is naturally an expression as well).

 
<function>(<argument list>);
e.g.
    pie = atan(1.0) * 4;



This document was generated by Hekay Permer on April, 20 2005 using texi2html