This commit is contained in:
Nico 2021-03-29 07:58:24 +01:00
parent b4c77a7e42
commit 589faba4e5
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ S" you feel like throwing some stuff into the pool." set-message
draw-constructs cr
." (q)uit (without saving)"
\ add 1 to y
1 + ;
inc-y ;
\ clear-xy clears the x and y positions from the stack
: clear-xy ( x y -- ) drop drop ;