Last change
on this file since 689 was
689,
checked in by orlov, 18 years ago
|
- All Words are changed to Chars sequences, so tests work with the current runtime version.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
246 bytes
|
Line | |
---|
1 | $use Access StdIO; |
---|
2 | |
---|
3 | Main = |
---|
4 | { |
---|
5 | <PrintLN <R 0 'ab'>>, <PrintLN <R 1 'ab'>>, <PrintLN <R 2 'ab'>>; |
---|
6 | <PrintLN 'Branch 1 failed.'>, <PrintLN <R 1 ''>>; |
---|
7 | <PrintLN 'Branch 2 failed.'>, <PrintLN <R 0>>; |
---|
8 | <PrintLN 'Branch 3 failed.'>; |
---|
9 | }; |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.