Statement syntax is case-insensitive. "WHILE" is the same as "while". We capitalize these for clarity. Also, while the commands within a statement do not have to be indented, this is recommended to show the "flow" of the script at a glance. Trading Blox Builder includes the following statement types:
Keyword: |
Description: |
---|---|
Assign a value to a different variable. |
|
a general-purpose loop that repeats a group of statements |
|
a statement that can be used to indicate unexpected conditions |
|
a special purpose loop that executes a set of statements a particular number of times |
|
a statement that does something only if certain conditions are met |
|
a statement that writes values to the log window and file |
|
a loop that repeats a group of statements as long as a certain condition exists |
Edit Time: 9/20/2020 11:52:20 AM |
Topic ID#: 583 |