blob: d38243c592425e46e99b413c3d2f7ddb360abaee [file] [log] [blame]
x = 45
def foo (x)
puts x
x = 433
y = 53
bye
end
puts "#{x}"