This website requires JavaScript.
Explore
Help
Sign In
AbleOS
/
holey-bytes
Watch
3
Star
3
Fork
You've already forked holey-bytes
5
Code
Issues
5
Pull requests
Packages
Projects
Releases
Wiki
Activity
06e30529bf
holey-bytes
/
hblang
/
examples
/
arithmetic.hb
4 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
foo bar
2024-05-11 15:22:08 -05:00
main := fn(): int {
now compiling some trivial arithmetic
2024-05-10 15:54:12 -05:00
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1;
compiling return stmt
2024-05-10 14:38:15 -05:00
}
Reference in a new issue
Copy permalink