Set Trickery
Jump to navigation
Jump to search
Set Trickery is a set-based programming language that User:A() made.
Commands
| Command | Explanation |
|---|---|
(null) |
empty set |
(set{}) |
set |
(a/.../) |
define a as ... |
[a:b] |
add a to set b |
(#a;b#) |
remove a from set b |
*comment* |
Comment |
(b$a$[c]) |
is a function that does a with inputs c |
(!a!) |
return a |
(a%b,c%) |
do function a with inputs b and c |