Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
6
Task/Currying/Forth/currying.fth
Normal file
6
Task/Currying/Forth/currying.fth
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
: curry ( x xt1 -- xt2 )
|
||||
swap 2>r :noname r> postpone literal r> compile, postpone ; ;
|
||||
|
||||
5 ' + curry constant +5
|
||||
5 +5 execute .
|
||||
7 +5 execute .
|
||||
Loading…
Add table
Add a link
Reference in a new issue