7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
let dingus = 10
|
|
|
|
if "test" == "test"
|
|
print("Test is the same as test")
|
|
end
|
|
|
|
print(dingus) |