compile
function
The compile
action compiles rhyme source code using compiler (init-compiler required first). It belongs to the compiler category within the system area.
Action Syntax
compile $variable
A variable name starting with $
compile "text"
A quoted text string
compile blk
A value
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = compile
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = compile $source
Action code: 1759069875
Version: 0.6.4-0
Last updated: 2025-06-13