home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
Low Level Languages
/
FORTRAN.500
/
DISK6
/
RGMAIN.FO$
/
RGMAIN.bin
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-22
|
404 b
|
19 lines
CC RGMAIN.FOR - Illustrates real coordinate graphics.
$NOTRUNCATE
$NOTSTRICT
INCLUDE 'FGRAPH.FI'
INCLUDE 'FGRAPH.FD'
LOGICAL fourcolors
EXTERNAL fourcolors
IF( fourcolors() ) THEN
CALL threegraphs()
ELSE
WRITE (*,*) ' This program requires a CGA, EGA, or',
+ ' VGA graphics card.'
END IF
END