home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 9
/
09.iso
/
l
/
l210
/
1.ddi
/
REFEXAMP.ARC
/
STRCHAR2.PRO
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-06-21
|
266 b
|
14 lines
%====================== str_char/2 ===============================
Goal: str_char("A",CH)
CH=A
1 Solution
Goal: str_char(STR,'A')
STR=A
1 Solution
Goal: str_char("A",'A')
True
Goal: str_char("AB",CH)
No Solution
Goal: str_char("B",'A')
False