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