Changeset 933
- Timestamp:
- Jul 1, 2003, 8:14:00 PM (18 years ago)
- Location:
- to-imperative/trunk/samples/Class
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Class/letter.out
r907 r933 1 fail 2 fail 3 fail 1 fail: argument is not of symbol type 2 fail: argument is not a symbol 3 Time elapsed: 0.00s 4 Concatenation statistics: 5 - no copy: 0 6 - left copy: 0 7 - right copy: 0 8 - both copy: 0 9 - unifications: 0 10 - identical: 0 11 Heap at 0x60000000 12 f:4096 13 14 16: 15 32: 16 64: 17 128: 18 256: 19 512: 20 1024: 21 2048: 22 4096: 0x60000000(0x80636c4,0x80636c4) 23 -
to-imperative/trunk/samples/Class/letter.rf
r906 r933 6 6 7 7 { <Letter? 23>; 8 <PrintLN 'fail '>;8 <PrintLN 'fail: argument is not of symbol type'>; 9 9 }, 10 10 { <Letter? 'Б'>; … … 13 13 14 14 { <Letter? 'AB'>; 15 <PrintLN 'fail '>;15 <PrintLN 'fail: argument is not a symbol'>; 16 16 }; 17 17
Note: See TracChangeset
for help on using the changeset viewer.