This website requires JavaScript.
Explore
Help
Sign In
mlokis
/
ableos-framebuffer
Watch
1
Star
0
Fork
You've already forked ableos-framebuffer
0
forked from
koniifer/ableos
Code
Pull requests
Activity
1d74f27b0e
ableos-framebuffer
/
hblang
/
examples
/
arithmetic.hb
4 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
compiling return stmt
2024-05-10 14:38:15 -05:00
main := ||: 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
}
Copy permalink