Skip to content

Step

Name - Description Default Type
<input> Any
<output> Any
Wire The wire to run. None WireString

Examples

1
2
3
4
5
6
7
(defwire hello
  (Msg "Hello"))

(Detach hello)
(Step
  ;:Wire
  hello)
[info] [hello] Hello