mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Fix comment style
This commit is contained in:
parent
1009da441a
commit
c8397e1dbe
1 changed files with 7 additions and 4 deletions
11
core.fs
11
core.fs
|
@ -109,16 +109,19 @@ l!
|
|||
h@l@h@! h@C+h!
|
||||
k1k0-h@$ k,h@k1k0-+$ h@C+h!
|
||||
i h@!h@C+h! \ docol
|
||||
\ store 'a' to here
|
||||
khf h@!h@C+h!
|
||||
k@f h@!h@C+h!
|
||||
k!f h@!h@C+h! \ store 'a' to here
|
||||
k!f h@!h@C+h!
|
||||
\ here <- here + CELL
|
||||
khf h@!h@C+h!
|
||||
k@f h@!h@C+h!
|
||||
kCf h@!h@C+h!
|
||||
k+f h@!h@C+h! \ compute here + CELL
|
||||
k+f h@!h@C+h!
|
||||
khf h@!h@C+h!
|
||||
k!f h@!h@C+h! \ here <- here + CELL
|
||||
kef h@!h@C+h! \ exit
|
||||
k!f h@!h@C+h!
|
||||
\ exit
|
||||
kef h@!h@C+h!
|
||||
l!
|
||||
|
||||
Q
|
||||
|
|
Loading…
Reference in a new issue