From bfe0e60272cc946a815f8f81d7813098399f7ddf Mon Sep 17 00:00:00 2001 From: Roman Weiss Date: Sun, 28 Apr 2024 10:55:06 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf6ea75..9ed3483 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ PROG_INIT Next, we'll try to reverse a string (for example `olleh` from `hello`): ``` - This script is slow because we reverse the string character by character. +PROG_INIT - Initialize variables DECLARE last