index
:
sloth
master
struct
A blazingly slow compiled language
Nic Gaffney
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.sloth
blob: 8ad175458f8018e092b0ba0248470cc43dbb4a51 (
plain
)
1
2
3
4
5
6
7
fn add(x, y) { return x + y; } fn subtract(x, y) { return x - y; }