hello world

const
  s = 'hello world';
begin
  ShowMessage(s);
end;
原文地址:https://www.cnblogs.com/sail2000/p/1749601.html