mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Move ready message
This commit is contained in:
parent
63ca8901e5
commit
16ffc302ec
1 changed files with 2 additions and 3 deletions
|
@ -1787,9 +1787,6 @@ do-stack 16 cells + do-sp !
|
|||
: j 4 rpick ;
|
||||
: k 6 rpick ;
|
||||
|
||||
." Ready" cr
|
||||
|
||||
|
||||
|
||||
( === Command-line Arguments === )
|
||||
|
||||
|
@ -1872,3 +1869,5 @@ codegen-target @ s" no-codegen" str= <> [if]
|
|||
." Unknown codegen target: " codegen-target @ type cr
|
||||
abort
|
||||
[then] [then]
|
||||
|
||||
." Ready" cr
|
||||
|
|
Loading…
Reference in a new issue