hedgewars/pas2cSystem.pas
changeset 6835 00b2fd32305d
parent 6663 2c4151afad0c
child 6837 a137733c5776
equal deleted inserted replaced
6834:2af81d3b176d 6835:00b2fd32305d
    44     write, writeLn, read, readLn, inc, dec: procedure;
    44     write, writeLn, read, readLn, inc, dec: procedure;
    45     StrLen, ord, Succ, Pred : function : integer;
    45     StrLen, ord, Succ, Pred : function : integer;
    46     Low, High : function : integer;
    46     Low, High : function : integer;
    47     Now : function : integer;
    47     Now : function : integer;
    48     Length : function : integer;
    48     Length : function : integer;
    49     StrPas, FormatDateTime : function : shortstring;
    49     StrPas, FormatDateTime, copy, delete : function : shortstring;
    50     exit : procedure;
    50     exit : procedure;