load-compiler
Work with load compiler
Overview
The load-compiler
action is part of the compiler set in Rhyme. Work with load compiler.
Category: Compiler
Area: ⚙️ System & Control Flow
Basic Usage
load-compiler "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
load-compiler "Example usage"
Example 2: With Variables
$my-variable: "some value"
load-compiler $my-variable
Tips
- This action is part of the compiler set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the compiler set will be listed here.