From 3855561e7acbc3b969cd000f3c99551d4369966e Mon Sep 17 00:00:00 2001 From: David Beitey Date: Sun, 2 Jun 2024 12:37:49 +0000 Subject: [PATCH] Add UnterminatedForLoopError to README (#372) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9460ef..ce9ef23 100755 --- a/README.md +++ b/README.md @@ -623,6 +623,7 @@ ImageError InternalError TemplateParseError IncompleteConditionalStatementError // thrown when an IF-statement has no corresponding END-IF command +UnterminatedForLoopError // thrown when a `FOR` loop is not properly terminated with an `END-FOR` ``` ## Custom error handler