mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-04-29 14:19:28 -04:00
fixed a typo
This commit is contained in:
parent
da07b7686e
commit
f8db34c5e1
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ You can use `if()`, `goto()`, `check()` and `math()` functions to control the fl
|
|||
```
|
||||
@i = setInt(0);
|
||||
?LOOP;
|
||||
@check = check(@i "<=", 10);
|
||||
@check = check(@i, "<=", 10);
|
||||
if (@check){
|
||||
@i = math(@i, "+", 1);
|
||||
printInt(@i);
|
||||
|
|
Loading…
Add table
Reference in a new issue