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

⟦34cbbaf8f⟧ TextFile

    Length: 503 (0x1f7)
    Types: TextFile
    Names: »TRY7«

Derivation

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

TextFile

pour polygone prendre {
    avec tortue:MaTortue cotes:N longueur:L.
    pour angle prendre 360/N.
    MaTortue BaisseTaPlume.
    N fois: {
        MaTortue avance:L.
        MaTortue AGauche:angle
    }
}.

pour tube prendre {
    avec x:X y:Y taille:T profondeur:P.
    P <= 0 siFaux: {
        tortue TonX:X TonY:Y.
        polygone tortue:tortue cotes:8 longueur:T.
        tube x:X+5 y:Y-4 taille:T-2 profondeur:P-1
    }
}.            

tortue TonAngle:0.
tube x:50 y:300 taille:80 profondeur:80