From fb711cdfedcddcb10691641daa2e22136723b5fa Mon Sep 17 00:00:00 2001 From: Maxwell Date: Thu, 22 Jan 2026 21:25:59 +1100 Subject: [PATCH] Update End Keyword --- End-Keyword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/End-Keyword.md b/End-Keyword.md index 0464db4..30fd59c 100644 --- a/End-Keyword.md +++ b/End-Keyword.md @@ -2,7 +2,7 @@ Keyword: `end` Syntax: `end $int` -Time Complexity: +Time Complexity: N/A (does not return) ## Overview The `end` keyword exits the program, returning an error status code to the OS. The argument is the status code returned.