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
2
Pull requests
Packages
Projects
Releases
Wiki
Activity
58ee5c0a56
holey-bytes
/
smh.hb
11 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fixing some bugs and extending runtime of programs
2024-11-23 05:35:16 -06:00
main := fn(): int {
fg
2024-11-24 04:26:38 -06:00
a := 10
b := 20
if &a == &a {
return 10
} else {
return 20
}
fixing some bugs and extending runtime of programs
2024-11-23 05:35:16 -06:00
}
Reference in a new issue
Copy permalink