a=1b=1puts(a==b)puts(1==2)puts(1>2)puts(1<2)puts(true)puts(false)
Standard input is empty
true false false true true false
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!