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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user