home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
debug
/
Debugger
/
PowerVisor
/
S
/
pv
/
ShowAscii.pv
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-20
|
201 b
|
10 lines
/* */
'unhide'
a = ' 32 : '
do i=33 to 255
a = a||d2c(i)
if (i+1)//32==0 & i~=255 then a = a||d2c(10)||right(i+1,3)' : '
end
'print "· 'a' "' /* Don't remove the tabs on this line!!! */
'print \n'