changeset 11826 | 7654e2357934 |
parent 11824 | 3f1f8f79fcdb |
child 12104 | f61bd25b9f70 |
11825:bb6503b9847e | 11826:7654e2357934 |
---|---|
82 StrLength : function : integer; |
82 StrLength : function : integer; |
83 |
83 |
84 min, max:function:integer; |
84 min, max:function:integer; |
85 assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure; |
85 assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure; |
86 FileExists, DirectoryExists, eof : function : boolean; |
86 FileExists, DirectoryExists, eof : function : boolean; |
87 ExtractFileDir : function : string; |
|
88 ExtractFileName : function : string; |
|
89 |
87 |
90 ParamCount : function : integer; |
88 ParamCount : function : integer; |
91 ParamStr : function : string; |
89 ParamStr : function : string; |
92 |
90 |
93 arctan2, power: function : float; |
91 arctan2, power: function : float; |