Bungee Logic : Statement : Return

From $1

Back to Bungee Logic Statements

Description

Immediately returns execution to the caller from the current function. No subsequent statements are executed.
May be added to a function, case, or iteration.

Syntax

return;

Logic

 

return;

 

Error Handling

-None-

Intrinsics

-None-

Properties

  • Throw — Specifies that the function should produce an error which can be caught by the OnError statement.

Tab Title Bar

See Also

OnError

Tags:
 
Images (0)
 
Comments (0)
You must login to post a comment.