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
Index: ┃ T d

⟦ae51172d9⟧ TextFile

    Length: 636 (0x27c)
    Types: TextFile
    Names: »diffs.2«

Derivation

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

TextFile


Index: arith.pl
83a84,88
> $rename_op0(abs,1,$abs).		% BJB for use with GRAPHICS extensions
> $rename_op0(float,1,$float).
> $rename_op0(int,1,$int).
> $rename_op0(ceil,1,$ceil).
> 

Index: init.pl
154a155,158
>   :-$sysflgs(abs(A),15).	% BJB for use with GRAPHICS extensions
>   :-$sysflgs(float(A),16).
>   :-$sysflgs(int(A),17).
>   :-$sysflgs(ceil(A),18).
184a189,192
> $abs(A,X) :- 145.		% BJB for use with GRAPHICS extensions
> $float(A,X) :- 146.
> $int(A,X) :- 147.
> $ceil(A,X) :- 148.
215a224
> plgraphics(X) :- 120.		% BJB for use with GRAPHICS extensions

Only in gprolog1.5/pl: grall.pl
Only in gprolog1.5/pl: graphics.pl