DCode
Covers Engine 2.0.0
once when
Run a block once when its condition first becomes true for the runtime instance.
Syntax
once when <condition>:Available in
- Executable DCode bodies
Example
once when condition:
-- one-time work Covers Engine 2.0.0
Run a block once when its condition first becomes true for the runtime instance.
once when <condition>:once when condition:
-- one-time work