Changeset 757 for to-imperative/trunk/samples/Convert/to_int2.rf
- Timestamp:
- May 25, 2003, 9:11:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Convert/to_int2.rf
r751 r757 4 4 { 5 5 <PrintLN <To-Int " 5">>; 6 <PrintLN "Spaces aren't allowed in the begining of a word!">;6 <PrintLN 'Spaces aren\'t allowed in the begining of a word!'>; 7 7 }, 8 8 { 9 9 <PrintLN <To-Int "5 7">>; 10 <PrintLN "Spaces aren't allowed in the middle of a word!">;10 <PrintLN 'Spaces aren\'t allowed in the middle of a word!'>; 11 11 }, 12 12 { 13 13 <PrintLN <To-Int "7 ">>; 14 <PrintLN "Spaces aren't allowed in the end of a word!">;14 <PrintLN 'Spaces aren\'t allowed in the end of a word!'>; 15 15 }, 16 16 {
Note: See TracChangeset
for help on using the changeset viewer.