DCode

Covers Engine 2.0.0

while

Repeat an indented block while a condition is true.

Syntax

while <condition>:

Available in

  • Executable DCode bodies

Example

while condition:
    -- body