$return

Can only be used inside user-defined function created by $function
It has no effect outside the user-defined function

Usage

$return[Return Value]

Example:

$function[add;num1;num2]
   $return[$math[$num1+$num2]]
$endFunction