DCode

Covers Engine 2.0.0

when

Run an indented block whenever its condition is true.

Syntax

when <condition>:

Available in

  • Executable DCode bodies

Example

when condition:
    -- body