1 2 3 4 5 6 7
Program HelloWorld(output) var msg : String begin msg = 'Hello, world!'; Writeln(msg) end.