【发布时间】:2009-12-23 15:14:30
【问题描述】:
system.pas 顶部的注释指出:
{ Predefined constants, types, procedures, }
{ and functions (such as True, Integer, or }
{ Writeln) do not have actual declarations.}
{ Instead they are built into the compiler }
{ and are treated as if they were declared }
{ at the beginning of the System unit. }
显然,这远不是一个完整的列表。有谁知道我在哪里可以找到完整列表?
编辑:到目前为止,我得到的答复似乎对我要寻找的内容有些困惑。我正在尝试查找编译器识别但未在任何单元中声明的内置常量、类型、过程和函数的列表。示例包括 High()、Writeln()、Assert()、string 等。
【问题讨论】:
标签: delphi