Changeset 2 for trunk/Examples
- Timestamp:
- May 19, 2019, 1:23:18 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
lib
compiler
compiler.lps
-
Property svn:ignore
set to
-
trunk/Examples/Square.pas
r1 r2 8 8 begin 9 9 x := 1; 10 while x [10 do10 while x <= 10 do 11 11 begin 12 12 call square; 13 ! 13 !squ; 14 14 x := x + 1 15 15 end
Note:
See TracChangeset
for help on using the changeset viewer.