This website requires JavaScript.
Explore
Help
Sign In
IntoTheNight
/
holey-bytes
Watch
1
Star
0
Fork
You've already forked holey-bytes
0
forked from
AbleOS/holey-bytes
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
c3cbd054f7
holey-bytes
/
hblang
/
examples
/
variables.hb
7 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
foo bar
2024-05-11 15:22:08 -05:00
main := fn(): int {
fixing relative jumps to not offset from immidiate adress but from instruction adress
2024-05-11 05:51:32 -05:00
a := 1;
b := 2;
a = a + 1;
return a - b;
}
Reference in a new issue
Copy permalink