DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦13a6d94f5⟧ TextFile

    Length: 493 (0x1ed)
    Types: TextFile
    Names: »main.f«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/utep/main.f« 

TextFile


**************************************************************************
*
*	MAIN PROGRAM
*
*	AN INTERACTIVE DRAWING BOARD PACKAGE
*
*	BY D H WILLIAMS AND INAAM BAKIR
*	DEPARTMENT OF COMPUTER SCIENCE
*	THE UNIVERSITY OF TEXAS AT EL PASO
*	EL PASO, TEXAS  79968
*
*	(915) 747-5470
*
*	ihnp4!ut-sally!utep-vaxa!williams
*
*************************************************************************
        program drawit
	call init
	call uftabl
	call geninfo
	call draw
	call term
c
	stop
	end