home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 9
/
09.iso
/
l
/
l210
/
1.ddi
/
REFEXAMP.ARC
/
CHARINT2.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
|
221 b
|
12 lines
%====================== char_int/2 ===============================
Goal: char_int('a',X)
X=97
1 Solution
Goal: char_int(X,97)
X=a
1 Solution
Goal: char_int('a',97)
True
Goal: char_int('a',197)
False