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: 5f19b065a8c105a21a61174a1e56266f81e0fc56 (
plain
)
1
2
3
4
5
6
7
main :: () -> void { a := 2.3; if a == 2.3 print_u64 1; else print_u64 2; };