index
:
calico
main
A compiled C-like toy language
Nic Gaffney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
testif.nya
blob: c18f34e75f4b3304d1169448247f49cbd7f7d7ea (
plain
)
1
2
3
4
5
6
7
8
9
fn main() -> i32 { if (6 == 7) { return 1; } if (5 == 5) { return 0; } return 2; }