Bungee Logic : Statement : Return
Page Status: Beta
Back to Bungee Logic Statements
Contents |
[edit] 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.
[edit] Syntax
return;
[edit] Logic
return;
[edit] Error Handling
-None-
[edit] Intrinsics
-None-
[edit] Properties
- Throw — Specifies that the function should produce an error which can be caught by the OnError statement.
Tab Title Bar
- Comment Out — Comments out the entire section of code.
- Set Breakpoint — Sets a breakpopint for debugging purposes.