CALL <method call> [ ON <call target> ] [ { TO | INTO} <variable> ]
<method name> ( [ <expression comma list>] )
<primary>
CALL find_employee('smith') ON CLASS employee TO myvariable;
CALL update_status() ON myvariable;