Fix comment

This commit is contained in:
Koichi Nakamura 2021-01-10 19:59:54 +09:00
parent e19d8b780b
commit 72766e46c5

View file

@ -54,7 +54,10 @@ l!
\ '|' ( a b -- c ) c = (a | b)
\ '^' ( a b -- c ) c = (a ^ b)
\ '<' ( a b -- c ) c = (a < b)
\ 'u' ( a b -- c ) c = (a unsigned< b)
\ '=' ( a b -- c ) c = (a == b)
\ 'v' ( -- a-addr u ) argv and argc
\ 'V' ( -- c-addr ) Version text
\ The 1st stage interpreter repeats execution of k, f and x.
\ There following line is an example program of planckforth