fun -int !add -int &a -int &b add $a $b &a return $a endfun pusharg 1 pusharg 4 call !add &result end $result