print("foo" || 42);print(null || 42);print(0 || 42);print(100500 || 42);
Standard input is empty
foo 42 42 100500
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!