Files
highground/test.high
2025-09-02 20:41:17 +10:00

7 lines
93 B
Plaintext

let dingus = 10
if "test" == "test"
print("Test is the same as test")
end
print(dingus)