home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d958
/
fed-case.lha
/
Fed-CASE
/
flows
/
vowel.flow
< prev
next >
Wrap
Text File
|
1993-12-04
|
2KB
|
60 lines
Christian Joosen
Joosen Software Development
FED-CASE
Sun Nov 28 16:58:03 1993
REV 1.0
858993202 842166127 1869573999 1869573938
FirstChapter
859059250 842215986 842150193 875770418
V_main()
859059506 825439282 842150449 875770418
GI_a = 0
859059762 825439282 842150449 875770418
GI_e = 0
859060018 825439282 842150449 875770418
GI_i = 0
859060274 825439282 842150449 875770418
GI_o = 0
859060530 825439282 842150449 875770418
GI_u = 0
859060786 825441842 842150449 993210930
ªprintf("Enter some text: enter # to quit")
859061042 825441330 842150449 858993202
859061298 825702450 842150449 858993202
GC_ch
859061554 825440050 842150449 875770418
'a'..'d'
859061810 825439282 842150449 875770418
GI_a++
859258159 825440050 842153009 875770418
'e','E'
859454764 825440050 842153009 875770418
'i','I'
859651369 825440050 842153009 875770418
'o','O'
859847974 825440050 842153009 875770418
'u','U'
859258418 825373743 858927678 875770418
GI_e++
859455026 825373740 858927678 875770418
GI_i++
859651634 825373737 858927678 875770418
GI_o++
859848242 825373734 858927678 875770418
GI_U++
859062322 825375282 842150449 858993202
lab
859062066 825441586 842412593 942879282
(GC_ch = getchar()) != '#'
875704882 842166127 1869573999 1869573938
1(c) Joosen Software Development
875837490 842217778 842150193 858993202
lab
875837746 825441842 842150449 976433714
¨printf("Number of vowels : A E I O U\n")
875838002 825441842 842150449 976564786
§printf(" %d\n",GI_a);§printf(" %d\n",GI_e);§printf(" %d\n",GI_i);§printf(" %d\n",GI_o);§printf(" %d\n",GI_u);
875838770 791819058 842150449 875770418
V_main()