Changeset 936
- Timestamp:
- Jul 1, 2003, 8:22:01 PM (18 years ago)
- Location:
- to-imperative/trunk/samples/Class
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Class/int_q.rf
r906 r936 6 6 7 7 { <Int? '2'>; 8 <PrintLN 'fail '>;8 <PrintLN 'fail: argument is not of number type'>; 9 9 }, 10 10 11 11 { <Int? 3 4>; 12 <PrintLN 'fail '>;12 <PrintLN 'fail: argument is more than one expression'>; 13 13 }; 14 14
Note: See TracChangeset
for help on using the changeset viewer.