Changeset 233 for branches/xpascal/Examples
- Timestamp:
 - Jun 26, 2023, 6:08:23 PM (2 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/xpascal/Examples/Example.pas (modified) (1 diff)
 
 
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.
  