summaryrefslogtreecommitdiff
path: root/examples/and.qua
blob: 5bc9914f0e48454f8f011ea042a752fa2dbb2138 (plain)
1
2
3
4
5
6
7
8
9
10
11
x   y   speedX  speedY  color
0   1   0       0       YE
1   1   0       0       GA
2   1   0       0       GA
2   0   0       0       GA
-1  0   0       0       GA
-1  3   0       0       !examples/not.qua
# AND - Input:  0, 0 speed 0, 1
#               1, 0 speed 0, 1
#       Output: 0, 3
#       Time:   20