goto
Provides flow control functionality for application navigation. The goto action enables jumping to specific named blocks within your application code, allowing for dynamic program flow and conditional execution paths. This creates structured navigation between different sections of your application logic.
Area: ⚙️ System & Control Flow
Available Actions
This set contains 1 action:
- goto - Jumps to a specified named block in your application, enabling dynamic flow control and conditional navigation between different sections of code.
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
goto "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Controlling app flow
- Managing settings
- Handling errors