Changeset 689 for to-imperative/trunk/samples/Access/left.rf
- Timestamp:
- Apr 29, 2003, 4:03:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Access/left.rf
r587 r689 3 3 Main = 4 4 { 5 <PrintLN <Left 0 0 'abc'>>, <PrintLN <Left 2 3 'abcdef'>>, <PrintLN <Left 2 3 ''>>; 6 <PrintLN "Branch 1 failed">; 5 <PrintLN <Left 0 0 'abc'>>, 6 <PrintLN <Left 2 3 'abcdef'>>, 7 <PrintLN <Left 2 3 ''>>; 8 <PrintLN 'Branch 1 failed'>; 7 9 }; 8 10
Note: See TracChangeset
for help on using the changeset viewer.