User Tools

Site Tools


4rpl:commands:call

This is an old revision of the document!


Index

Syntax

@FUNCTIONCALL

Description

Invokes a function named FUNCTIONCALL Execution passes to the function that is named and returns to the statement after the call when the function is complete. Arguments can be passed to and received from functions via the stack.

Examples

trace(@MyMathFunction(3 4))
 
:MyMathFunction
   <-b <-a *
4rpl/commands/call.1610579985.txt.gz · Last modified: 2025/02/14 14:56 (external edit)