

Specification in XDI model:
(AND/IF_1.0
(NFA
(NAME Wire)
(SYMBOLS
(a INPUT) (b OUTPUT)
)
(STATES
(0 INITIAL BOX)
(1 TRANSIENT)
)
(TRANSITIONS
(0 1 a)
(1 0 b)
)
)
)
Also available through this link
Specification in Verdect:
define WIRE( a?, b! ) =
pref *[ a?; b! ]
end
Also available through this link
Specification in DI Algebra:
W = a?; b!; WAlso available through this link
W(a; b) / a = I(a; b)
No information available
No information available
No information available