STEAM_WORKSHOP creator
JW
3 projects across 1 game, 67 downloads in total.
- Projects
- 3
- Game
- 1
- Downloads
- 67
- Last shipped
- 5 y ago
- FACTWrite a function that, given a numeral N, reduces to the factorial of N, that is, N! = 1 x 2 x 3 x ... x (N-1) x N. Note that 0! = 1.24 downloadsupdated 5 y ago
- SUMWrite a function SUM that, given a unary function F and two numerals A and B, reduces to the sum of (F X) for all X from A to B. It is guaranteed that A is less than or equal to B.23 downloadsupdated 5 y ago
- LESSWrite a function LESS that takes two numerals X and Y and reduces to TRUE if X is less than Y and FALSE otherwise.20 downloadsupdated 5 y ago