Files
ivy/doc/sample/Var.im

10 lines
60 B
Plaintext

x = 3.
y = 0.
if x > 10 then
y = 4
else
y = 2
end