{$MODE DELPHI} type TFoo<T> = record Data: T; end; var Foo: TFoo<UInt8>;begin Foo.Data := 255; Write(Foo.Data div 2);end.
Standard input is empty
127
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!