summaryrefslogtreecommitdiff
path: root/examples/not.qua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/not.qua')
-rw-r--r--examples/not.qua12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/not.qua b/examples/not.qua
new file mode 100644
index 0000000..965b34a
--- /dev/null
+++ b/examples/not.qua
@@ -0,0 +1,12 @@
+x y speedX speedY color
+0 0 0 0 PU
+-1 0 0 0 GA
+2 0 0 0 YE
+-1 1 0 0 GA
+3 1 0 0 GA
+3 -1 0 0 GA
+1 -1 0 0 GA
+
+# NOT - Input: 0, 0 speed 0, 1
+# Output: 1, 0 speed 0, 1
+# Time: 11 \ No newline at end of file