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
/
test1.gft
blob: 3ae0040b811fbaba48a5af70a873047e2c2927b6 (
plain
)
1
2
3
4
const x = 1; var y = 4; y = 7; exit y;