Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 725 Bytes

while-statement.md

File metadata and controls

25 lines (18 loc) · 725 Bytes
title desc img html
Run commands in a loop while conditions are met
The command executes nested scripts while the specified conditions are true.
while-statement sample-5-3
scripts/while-statement.png
scripts/sample-5-3.png
while-statement sample-5-3
<img src="%img.while-statement%" style="margin: 1em 1em;"/>
<img src="%img.sample-5-3%" style="margin: 1em 1em;"/>

While Statement

The While Statement command executes nested commands as long as the specified conditions are met.

%html.while-statement%

Conditions

The conditions are defined in the same way as in If Statement.

%dwnsample%

%scriptresult%

%html.sample-5-3%