From 5e54af301b2b99e8479da3195ef30d0f8ec19227 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 23 Mar 2018 00:00:50 -0400 Subject: Initial commit --- examples/xortest.qua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/xortest.qua (limited to 'examples/xortest.qua') diff --git a/examples/xortest.qua b/examples/xortest.qua new file mode 100644 index 0000000..449145b --- /dev/null +++ b/examples/xortest.qua @@ -0,0 +1,16 @@ +x y speedX speedY color +100 50 0 1 GE +101 50 0 1 GE +100 100 0 0 !examples/xor.qua +120 50 0 1 GE +121 50 0 1 BL +120 100 0 0 !examples/xor.qua +140 50 0 1 BL +141 50 0 1 GE +140 100 0 0 !examples/xor.qua +160 50 0 1 BL +161 50 0 1 BL +160 100 0 0 !examples/xor.qua + + + -- cgit v1.2.3