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: ┃ B T

⟦b95a3b13f⟧ TextFile

    Length: 1107 (0x453)
    Types: TextFile
    Names: »B«

Derivation

└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
    └─ ⟦6f12a12be⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Context, Engine_First, Instance;

with Robots_Bricks_Actions, Robots_Bricks_Conditions, Robots_Bricks_Facts;
use Robots_Bricks_Actions, Robots_Bricks_Conditions;

procedure Robots_Bricks_First is
    Result : Boolean;

    package Search_Ball_Box_Sticker is
       new Engine_First (Context_Name => "RB",
                         Resolution   => Context.First,
                         Used_Rules   => 3,
                         Name_1       => "PACK_IT",
                         Condition_1  => Pack_It_Condition,
                         Action_1     => Pack_It_Action,
                         Name_2       => "take_test",
                         Condition_2  => Take_Test_Condition,
                         Action_2     => Take_Test_Action,
                         Name_3       => "put_to_case",
                         Condition_3  => Put_To_Case_Test_Condition,
                         Action_3     => Put_To_Case_Test_Action);


begin

    Robots_Bricks_Facts.Create;
    Result := Search_Ball_Box_Sticker.Inference (Instance.Any);
    Robots_Bricks_Facts.Clear;

end Robots_Bricks_First;