{$APPTYPE CONSOLE}Procedure G(p: pointer);Const Messages: array[false..true] of string = ('Не гниль', 'Гниль');Begin Writeln(Messages[p=nil])End; Begin G(nil)End.
Standard input is empty
Гниль
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!