blob: f3f1163677ef3d39ecdcd712a3c89173d9298455 [file] [log] [blame]
x = 34
if 3 > 2
x = 42
else
x = "error!"
end
puts x