1. 首页
  2. 编程语言
  3. Delphi
  4. Delphi运行时写代码实例

Delphi运行时写代码实例

上传者: 2019-09-03 06:00:18上传 RAR文件 999.14KB 热度 20次
Delphi运行时执行代码实例programTest;variSum:integer;functionSum(i,j:Integer):Integer;beginResult:=i+j;end;beginiSum:=Sum(10,25);Writeln(inttostr(iSum));Showmessage(inttostr(iSum));end.
用户评论