mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
minor fix
This commit is contained in:
parent
a1fa748e98
commit
6f2a1f17ee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
\ Copyright (C) 2021 nineties
|
||||
|
||||
defined? roll [unless]
|
||||
: roll ( wn ... w1 n -- w1 wn ... w2 -- )
|
||||
: roll ( wn ... w1 n -- w1 wn ... w2 )
|
||||
dup 0<= if drop else swap >r 1- recurse r> swap then
|
||||
;
|
||||
[then]
|
||||
|
|
Loading…
Reference in a new issue