Fix comment

This commit is contained in:
Koichi Nakamura 2021-01-04 22:21:48 +09:00
parent 38b4e57464
commit f9acc5b061

View file

@ -45,7 +45,7 @@ l!
\ 'i' ( -- a-addr ) Get the interpreter function
\ 'e' ( -- ) Exit current function
\ 'L' ( -- u ) Load immediate
\ 'S' ( -- a-addr u ) Load string literal
\ 'S' ( -- c-addr ) Load string literal
\ '+' ( a b -- c ) c = (a + b)
\ '-' ( a b -- c ) c = (a - b)
\ '*' ( a b -- c ) c = (a * b)