This website requires JavaScript.
Explore
Help
Register
Sign In
DiamondNether90
/
highground-fork
Watch
1
Star
0
Fork
0
You've already forked highground-fork
forked from
solstice/solstice
Code
Pull Requests
Activity
Files
b5c8b1b7ecf5edfaff0544909b81ddaa70f6fb31
highground-fork
/
tests
/
if.hg
8 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
If statements
2025-12-15 11:37:27 +11:00
if true {
puts "huzzah"
}
WIP conditionals work
2025-12-19 16:17:57 +11:00
if 5 == 10 {
If statements
2025-12-15 11:37:27 +11:00
puts "aww"
}
Copy Permalink