Four bit adder: Difference between revisions

m
→‎{{header|Sather}}: note about pin and (future) possibility about latch; Go's got it, it should can...
(→‎Go: Added Go)
m (→‎{{header|Sather}}: note about pin and (future) possibility about latch; Go's got it, it should can...)
Line 324:
-- ad libitum. (Tristate logic is not taken into account)
-- This class does the proper checking, assuring the "circuit"
-- and the connections are described correctly. Currently can make
-- hard the implementation of a latch
class PIN is
private attr v:INT;