Home
Marketplace
Blog
Discord
About
What's New?
FAQ
Site Status
Getting Started
Hello World
Variables
Program Flow
Modules
Triggers
Looping / Iteration
Conditionals
Functions
Code Editors
Sharing
Debugging
Helpful Settings
Feedback and Bug Reporting
Power Users
Library
Triggers
Logic
Assert
Cast
Conditionals
Create Variable
Functions
List Actions
Loops
While Loop
Break
Continue
Print To Log
Sleep
Text Actions
Variable Storage
Modules
APIs
Python
JavaScript
Account Management
Updating Your Name, Email, and Username
Changing Your Password
Managing Your API Key
Managing Your Files
Managing Your Linked Accounts
Phone Number Verification
Two-Factor Authentication
Team Management
Other Information
IP Addresses
Powered by GitBook

Break

Break out of the current loop.

​ Usage

Use the Break module inside a loop to stop the current loop and continue the program at the first step after the loop.

Example use of Break module
Previous
While Loop
Next
Continue
Last updated 1 year ago
Edit on GitHub
Export as PDF