aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-04-19 14:32:23 +0900
committerDevine Lu Linvega <[email protected]>2019-04-19 14:32:23 +0900
commit6bd303d017205fc43cf8f2093262bae2568c2907 (patch)
treebb19686bb49f8ee3ae5f227ee5c468fb88af0d41
parent918cab94558271d76e5018e63492b077665b038d (diff)
downloadOrca-6bd303d017205fc43cf8f2093262bae2568c2907.tar.gz
Orca-6bd303d017205fc43cf8f2093262bae2568c2907.zip
Fixed example
-rw-r--r--examples/boolean.orca9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/boolean.orca b/examples/boolean.orca
index 1c2d2c1..73627bf 100644
--- a/examples/boolean.orca
+++ b/examples/boolean.orca
@@ -3,14 +3,15 @@
.........................................
.#.OR.#..#.NOR.#..#AND.#..#.XOR.#........
.........................................
-...R01......R01....6C2.......R01.........
-.A10......A00.....1X0......1X0...........
+..4C2......4C2.....6C2......4C2..........
+.A10......A00.....1X1......1X0...........
.13T011...03T100...4C2......4C2..........
-...1........1.....A00......A00...........
-..................03T001...03T010........
+...1........1.....A10......A00...........
+..................13T001...03T010........
.#.NOT.#............0......F10...........
.........................................
.4C2.....................................
..02T10..................................
....1....................................
+.........................................
......................................... \ No newline at end of file