program ideone; uses math; var max: integer = 42; begin writeln(Math.max(2,4)); writeln(max);end.
Standard input is empty
4 42
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!