diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/gates.hence | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sample/gates.hence b/sample/gates.hence index 6cd6aae..d004391 100644 --- a/sample/gates.hence +++ b/sample/gates.hence @@ -3,10 +3,10 @@ module gates input a input b -expr and: and a b -expr or: or a b -expr nand: nand a b -expr nor: nor a b -expr xor: xor a b +expr And: and a b +expr Or: or a b +expr Nand: nand a b +expr Nor: nor a b +expr Xor: xor a b expr nota: not a expr notb: not b |