mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Have Apply call Assoc
This commit is contained in:
parent
f6e8f51307
commit
fe04b145b5
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ GetList:call GetToken
|
|||
ret
|
||||
|
||||
.resolv:push %si
|
||||
call Eval # do (fn si) → ((λ ...) si)
|
||||
call Assoc # do (fn si) → ((λ ...) si)
|
||||
pop %si
|
||||
Apply: test %ax,%ax # Apply(fn:ax,x:si:a:dx):ax
|
||||
jns .switch # jump if atom
|
||||
|
|
|
|||
Loading…
Reference in a new issue