Simkin Self Method Call Statement


This statement evaluates a series of expressions and passes them as arguments to a method in this object.

For example:

cancel();
or:
trace("This is a trace message");