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

⟦7e451d6d5⟧ TextFile

    Length: 459 (0x1cb)
    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« 
        └─⟦b41a6388c⟧ 
            └─⟦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 desPolygones prendre {
    avec de:min a:max longueur:L.
    min a: max repeter: {
        avec N.
        Polygone tortue:tortue cotes:N longueur:L
    }
}.

tortue TonX:250 TonY:250 TonAngle:0.            
desPolygones de:3 a:10 longueur:20