Files

10 lines
60 B
Plaintext
Raw Permalink Normal View History

2026-01-19 14:20:04 +00:00
x = 3.
y = 0.
if x > 10 then
y = 4
else
y = 2
end