Update End Keyword

2026-01-22 21:25:59 +11:00
parent 7b1b3750cd
commit fb711cdfed

@@ -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.