Replaced REPLAY with REPEAT because I didn't find REPLAY command working. Added REM in the REPEAT code.

This commit is contained in:
Kalyan Cheerla 2017-10-01 08:58:53 +00:00
parent a3d0951171
commit 1715cc7fd4
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ Repeats the last command n times
| REPEAT | number of times to repeat | | REPEAT | number of times to repeat |
DOWN DOWN
REPEAT 100 The previous command is repeated 100 times (thus performed 101 times total) REPEAT 100
REM The previous command is repeated 100 times (thus performed 101 times total)
## Compiling ## Compiling