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: f2449b8f193f5b1c6f1c68d5b8fc6784abaa1e66 (
plain
)
1
2
3
fn main(): i32 { return ((2 + 1) * (5 - 3) + 7) * 2 / 2; }