STEAM_WORKSHOP creator
shedarshian
4 projects across 2 games, 731 downloads in total.
- Projects
- 4
- Games
- 2
- Downloads
- 731
- Last shipped
- 4 y ago
- 简体中文606 downloadsupdated 4 y ago
- LENWrite a function that, given a list of anything, return the length of the list, represented by a integer. The length of empty list is zero.61 downloadsupdated 5 y ago
- POWWrite function POW that, given two numericals X and Y, reduces to the Xth power of Y, which is Y times itself by X times. The 0th power of any Y is defined to be 1.39 downloadsupdated 5 y ago
- Set 1--setSet is an unordered collection of elements. A set of some type of elements is usually represented by a boolean. For example, empty set (the set which has no elements) is represented by x: FALSE. A set of natural numbers which only has elements 1 and 2 can be represented by a function, which retur...25 downloadsupdated 5 y ago