print (1);print (2);if (1>2) { print ("The first is big.");}else{ print ("The first is not big.");}
Standard input is empty
1 2 The first is not big.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!