Flow
4 posts tagged with "Flow"
conditional
The conditional action a very special op that is a conditional attach/execution of a SINGLE compiled op to its previous op. It belongs to the flow category within the system area.
Action Syntax
conditional
This action takes no parameters and is used as a bare command.
Examples
// Basic Usage
conditional
endconditional
The endconditional action :end to end multiline conditional. It belongs to the flow category within the system area.
Action Syntax
endconditional
This action takes no parameters and is used as a bare command.
Examples
// Basic Usage
endconditional
repeat
The repeat action repeat an action or group of actions multiple times. It belongs to the flow category within the system area.
Action Syntax
repeat 123 times
repeat $variable times
Tags
index-name
use this name as the index variable. Default is $index
Examples
// Basic Usage
repeat 10 times
// Using Variables
// Display dynamic content from variables
repeat $foo times
set-start-block
The set-start-block action Defines which block your app starts running from. It belongs to the flow category within the system area.
Action Syntax
set-start-block [file]
Valid sizes
Examples
// Basic Usage
set-start-block [block]