home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2000 August
/
augusty_2000.iso
/
Windows-CE
/
Applications
/
basice
/
POINT.UTL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-08
|
164 b
|
5 lines
procedure point(x%,y%)
print "P"+chr$(shift%(x%,-6)+1)+chr$((x% and 63)+1)+\
chr$(shift%(y%,-6)+1)+chr$((y% and 63)+1);
endproc