From 1715cc7fd4d23f9c322fd216e0ff75740ca07d9a Mon Sep 17 00:00:00 2001 From: Kalyan Cheerla <32354220+kalyankrishna1729@users.noreply.github.com> Date: Sun, 1 Oct 2017 08:58:53 +0000 Subject: [PATCH] Replaced REPLAY with REPEAT because I didn't find REPLAY command working. Added REM in the REPEAT code. --- Duckyscript.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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