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
/
examples
/
hello.sloth
blob: fea530493f5c30427f576d75e29a3c0d71f7e87a (
plain
)
1
2
3
4
5
6
7
8
fn main() { var i: Int = 10; var j: Int = int(1.0) - 1; while i > j { i = i - 1; } }