mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Add recurse
This commit is contained in:
parent
2ab5e91e69
commit
26ac565c3b
1 changed files with 4 additions and 13 deletions
17
core.fs
17
core.fs
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue