📜  以帕斯卡开始 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:51.136000             🧑  作者: Mango

代码示例1
begin //must have
    writeln("Hello World!"); //display "Hello World!" on the console(screen).
    readln;  // to stop the console for us to watch
end. // must have