[ create a new paste ] login | about

Link: http://codepad.org/u0w6C0Bb    [ raw code | output | fork ]

Ruby, pasted on Oct 31:
1
2
3
4
5
a=(1.0/0.0)
b=a+1
puts a
puts b
puts a==b


Output:
1
2
3
Infinity
Infinity
true


Create a new paste based on this one


Comments: