DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦5267e0581⟧ TextFile

    Length: 618 (0x26a)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦e68b28efa⟧ 
            └─⟦this⟧ 

TextFile

generic

    Nb_De_Bit : Positive;


package Binaire is

    type Val_Binaire is array (0 .. (Nb_De_Bit - 1)) of Boolean;


------------ autre package  -------    
    
    
    
    subtype T_Bit_Mot is Bin_16.Val_Binaire;

    
    procedure Inc (Le_Bit_Mot : in out T_Bit_Mot) is
        Un : T_Bit_Mot := (True, others => False);
    begin
        Add (Le_Bit_Mot, Un);
    end Inc;

------------ message compilo telesoft,  pardon IBM.

   110:         Un : T_Bit_Mot := (True, others => False);
                                         ------
>>> SEMANTIC: Non-Static choice must be the only alternative <4.3.2:3>