summaryrefslogtreecommitdiff
path: root/examples/xor.qua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xor.qua')
-rw-r--r--examples/xor.qua4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/xor.qua b/examples/xor.qua
index 50eb731..d9c527d 100644
--- a/examples/xor.qua
+++ b/examples/xor.qua
@@ -21,9 +21,9 @@ x y speedX speedY color
2 -2 0 0 GA
-2 -1 0 0 GA
-3 -2 0 0 GA
--3 5 0 0 !examples/or.qua
+-3 5 0 0 !or.qua
# The combining (AND)
-3 12 0 0 !examples/and.qua
+3 12 0 0 !and.qua
# A XOR B = (A OR B) AND (A NAND B)
# Inputs: 0, 0
# 1, 0