Files
highground/test.high

7 lines
93 B
Plaintext
Raw Normal View History

2025-09-01 20:41:41 +10:00
let dingus = 10
2025-09-01 21:06:05 +10:00
if "test" == "test"
2025-09-02 20:41:17 +10:00
print("Test is the same as test")
2025-09-01 21:06:05 +10:00
end
2025-09-01 20:41:41 +10:00
print(dingus)