diff --git a/Duckyscript.md b/Duckyscript.md index c73a3f7..07169a6 100644 --- a/Duckyscript.md +++ b/Duckyscript.md @@ -167,7 +167,8 @@ Repeats the last command n times | REPEAT | number of times to repeat | 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