Ignore:
Timestamp:
May 19, 2019, 1:23:18 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: >= and <= operators.
  • Added: Read source code from file supplied as command line parameter.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      lib
      compiler
      compiler.lps
  • trunk/Examples/Square.pas

    r1 r2  
    88begin
    99   x := 1;
    10    while x [ 10 do
     10   while x <= 10 do
    1111   begin
    1212      call square;
    13       ! squ;
     13      !squ;
    1414      x := x + 1
    1515   end
Note: See TracChangeset for help on using the changeset viewer.