index
:
a404m/felan
master
This is a new language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
main.felan
blob: 7d80a9cfa5ee43b354ef566f44db78f88aa05972 (
plain
)
1
2
3
4
5
6
main :: () -> void { a :u64= 2; a += (if a == 2 1 else 2); print_u64 a; };