DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦8a3a09f29⟧ TextFile

    Length: 809 (0x329)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

package Token is
    type Object is (L_2points, L_Virgule, L_Ouvrante, L_Fermante, L_Inf,
                    L_Sup, L_Egal, L_Pas_Egal, L_Inf_Ou_Egal, L_Sup_Ou_Egal,
                    L_Point, L_Plus, L_Moins, L_Mult, L_Div, L_Affect,
                    L_Acteur, L_Activer, L_Appel_Effet, L_Attendre,
                    L_Binaire, L_Changer, L_Collection, L_Constitue,
                    L_Dans, L_Debut, L_Desact, L_Discret, L_Effet, L_Est,
                    L_Evoluer, L_Exp, L_Faire, L_Fin, L_Fois, L_Fugitif,
                    L_Lancer_Scene, L_Materiel, L_Puis, L_Repeter, L_Repres,
                    L_Scene, L_Spectacle, L_Station, L_Tantque, L_Temporel,
                    L_Theatre, L_Id, L_Nbr, L_Adresse, L_Unk, L_Eof);
    function Value (S : String) return Token.Object;
end Token;