Detach¶ 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(defwire hello (Msg "Hello")) (Detach ;:Wire hello) (Step hello) [info] [hello] Hello