Fixed examples for changes in lexer

Name assigned to %CONST is the next symbol in stream, not the symbol
attached to it.
This commit is contained in:
2024-04-16 15:38:24 +06:30
parent 1e7f1bdee9
commit 05136fdd25
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
;; 65 which means that past 20! results are truncated and therefore
;; the program produces inaccurate factorials.
%const(limit) 20 %end
%const limit 20 %end
;; Setup entrypoint
global main