9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
function main(args) {
|
|
local x = 0
|
|
if 1 {
|
|
x = 42
|
|
print(x)
|
|
}
|
|
}
|
|
|