Add recurse

This commit is contained in:
Koichi Nakamura 2021-01-01 20:11:47 +09:00
parent 2ab5e91e69
commit 26ac565c3b

17
core.fs
View file

@ -674,19 +674,10 @@ alias-builtin xor ^
here @ over - swap ! \ backfill offset from while to here
; immediate
:noname
begin
1
while
[ key A ] literal emit
repeat
; execute
bye
\ === Integer Comparison ===
\ === Recursive Call ===
: recurse
latest @ >cfa ,
; immediate
bye