Changeset 051bc69a in mainline for uspace/dist/src/sysel/demos/htxtfile.sy
- Timestamp:
- 2010-05-08T08:10:44Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 640ffe6, c5cb943d
- Parents:
- 25a76ab8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/sysel/demos/htxtfile.sy
r25a76ab8 r051bc69a 43 43 out_file.OpenWrite("/out.txt"); 44 44 45 while in_file.EOF != 1do45 while not in_file.EOF do 46 46 line = in_file.ReadLine(); 47 47 Builtin.WriteLine(name + ": " + line);
Note:
See TracChangeset
for help on using the changeset viewer.