mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 04:01:51 +09:00
basic: trying to solve why currying does not work as it should do in recursive function
This commit is contained in:
4
assets/curryarray.bas
Normal file
4
assets/curryarray.bas
Normal file
@@ -0,0 +1,4 @@
|
||||
1 KS=4!1!2!5!3!NIL
|
||||
10 DEFUN LESSER(P,X)=X<P
|
||||
11 KLS=CURRY(LESSER,KS(0))
|
||||
20 PRINT KLS(6)
|
||||
Reference in New Issue
Block a user