Read Me - Common Public License V1.0 - Copyright Notice(©)

call


>>-call-+--------------------+------------------------------------><
        |    +-,--------+    |
        |    V          |    |
        +-(----argument-+--)-+

Calls the routine object using the provided arguments. The code in the routine object is called as if it was an external routine call. The return value will be any value returned by the executed routine.

Read Me - Common Public License V1.0 - Copyright Notice(©)