$return

Ends the current function or template execution by returning the given value.
Syntax
    $return{value}
Documentationreturn:
Ends the current function or template execution by returning the given value.
This will suppress any other already produced output of the function or template which has been returned from.
    Paramter:
      1: The value to be returned.
    Returns:
      The given value.
    Throws:
      None.
Examples
This you won't see. $return{This is all you'll see!}
GroupControl_Flow
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1