Four bit adder: Difference between revisions

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