home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
Tutorial
/
Cookbook
/
07.PSWrap
/
line.psw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-18
|
115 b
|
9 lines
defineps doLine(float x,y)
5 setlinewidth
newpath
200 10 moveto
x y lineto
stroke
endps