Do¶ Name - Description Default Type <input> Any <output> Any Wire The wire to run. None WireString Examples¶ CodeOutput 1 2 3 4 5 6 7 8 9 10 11 12(def logicWire (Wire "dologic" (IsMore 10) (Or) (IsLess 0))) -10 (Do logicWire) (Assert.Is true true) 5 (Do "dologic") (Assert.IsNot true true)