Changeset 58 for branches/Transpascal/Project/System.pas
- Timestamp:
- Aug 10, 2010, 3:41:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Project/System.pas
r55 r58 4 4 5 5 type 6 Void = System;7 Byte = System;8 ShortInt = System;9 Word = System;10 SmallInt = System;11 Cardinal = System;6 Void = internal; 7 Byte = internal; 8 ShortInt = internal; 9 Word = internal; 10 SmallInt = internal; 11 Cardinal = internal; 12 12 DWord = Cardinal; 13 Integer = System;14 QWord = System;15 Int64 = System;16 Char = System;13 Integer = internal; 14 QWord = internal; 15 Int64 = internal; 16 Char = internal; 17 17 String = array of Char; 18 18 19 19 20 procedure Exit; system;21 procedure Break; system;22 procedure Continue; system;20 procedure Exit; internal; 21 procedure Break; internal; 22 procedure Continue; internal; 23 23 24 24 implementation
Note:
See TracChangeset
for help on using the changeset viewer.