index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
arithmetics.pipa
blob: e2b7645159257afa7e33dfa293c84c330b887f2a (
plain
)
1
2
3
main(): i32 { return ((2 + 1) * (5 - 3) + 7) * 2 / 2; }