home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics 16,000
/
graphics-16000.iso
/
amiga
/
fractal
/
mandlsqr
/
source
/
mandlsqr.i
< 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
|
1992-01-05
|
237 b
|
15 lines
VERSION EQU 1
REVISION EQU 3
DATE MACRO
dc.b '16.9.91'
ENDM
VERS MACRO
dc.b 'MandelSquare 1.3'
ENDM
VSTRING MACRO
dc.b 'MandelSquare 1.3 (16.9.91)',13,10,0
ENDM
VERSTAG MACRO
dc.b 0,'$VER: MandelSquare 1.3 (16.9.91)',0
ENDM