Ignore:
Timestamp:
2010-05-08T08:10:44Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
640ffe6, c5cb943d
Parents:
25a76ab8
Message:

Update SBI to rev. 244.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/sysel/demos/htxtfile.sy

    r25a76ab8 r051bc69a  
    4343                out_file.OpenWrite("/out.txt");
    4444
    45                 while in_file.EOF != 1 do
     45                while not in_file.EOF do
    4646                        line = in_file.ReadLine();
    4747                        Builtin.WriteLine(name + ": " + line);
Note: See TracChangeset for help on using the changeset viewer.