Move comments in a wrong place

This commit is contained in:
Koichi Nakamura 2021-05-07 18:55:29 +09:00
parent 49c66d645a
commit 4337cedd5f
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,6 @@
\ planckforth -
\ Copyright (C) 2021 nineties
\ test/tester.fs and test codes are base on
\ https://github.com/gerryjackson/forth2012-test-suite
defined? roll [unless]
: roll ( wn ... w1 n -- w1 wn ... w2 -- )
dup 0<= if drop else swap >r 1- recurse r> swap then

View file

@ -1,6 +1,9 @@
\ planckforth -
\ Copyright (C) 2021 nineties
\ test/tester.fs and test codes are base on
\ https://github.com/gerryjackson/forth2012-test-suite
variable verbose
\ true verbose !
false verbose !