Syntax
expression1, expression2
Arguments
expression1, expression2 are any data (numbers, variables, strings, etc).
Returns
None.
Description
Tells the Flash Player to evaluate expression1 then expression2, etc.
Sample
call Myfunction(a+3, 4 * 2); // the values a+3 and 8 are passed to the function.