Updated Scripting Language (markdown)

gemu 2019-08-05 13:06:41 +02:00
parent d134f710aa
commit 3793942103
1 changed files with 3 additions and 2 deletions

@ -210,7 +210,8 @@ then
Remarks:
The last closing bracket must be on a single line
The condition may not be enclosed in brackets
The condition may be enclosed in brackets
and on the same line conditions may be bracketed e.g. if ((a==b) and ((c==d) or (c==e)) and (s!="x"))
`break` exits a section or terminates a `for next` loop
`dpx` sets decimal precision to x (0-9)