Changeset 33 for trunk/Example.pas


Ignore:
Timestamp:
Aug 4, 2010, 1:53:01 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Rozšířen pascal syntetizer.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      PascalCompilerAVR.exe
      *.dcu
      *.dsk
  • trunk/Example.pas

    r18 r33  
    44  B: Byte;
    55begin
    6   A := 'a' + (10 + 2 * 3 + 2) xor 10 / 2;
     6  A := 'a' + (11 + 1 + 2 * 3 + 2) xor 10 / 2;
    77  B := 20;
    88  while A < 10 do A := A + 1;
Note: See TracChangeset for help on using the changeset viewer.