Ignore:
Timestamp:
Nov 6, 2009, 2:15:04 PM (15 years ago)
Author:
george
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Void/UCompilator.pas

    r3 r4  
    5656  WriteLn(Command);
    5757  if Command = 'Write' then Output.Add('WriteLn(''' + Line + ''');')
    58   else if Command = 'Define' then Output.Add('// Define' + Line)
    59   else if Command = 'Pause' then Output.Add('ReadLn;')
     58  else if Command = 'Assign' then begin
     59    Output.Add('// Define' + Line)
     60  end else if Command = 'Pause' then Output.Add('ReadLn;')
    6061  else if Command = 'Exit' then Output.Add('Exit;')
    6162  else begin
Note: See TracChangeset for help on using the changeset viewer.