Changeset 233 for branches/xpascal/Examples/Example.pas
- Timestamp:
- Jun 26, 2023, 6:08:23 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Examples/Example.pas
r230 r233 14 14 end; 15 15 16 procedure Print(Text: string); 16 17 begin 18 WriteLn(Text); 19 end; 20 21 begin 22 Print('Test'); 23 17 24 WriteLn('10 * 3 = ' + IntToStr((1 + 2) * (3 + 4))); 18 25
Note:
See TracChangeset
for help on using the changeset viewer.