summaryrefslogtreecommitdiff
path: root/examples/or.qua
blob: 162fe046ffd460b788802260c7c323c72adcd522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
x   y   speedX  speedY  color
0    2   0       0       !examples/not.qua
1    0   0       0       GA
6    0   0       0       GA
6    -1  0       0       GA
5    -1  0       0       GA
5    2   0       0       !examples/not.qua
1    4   0       0       GA
7    4   0       0       YE
# OR
# Inputs: 0, 0 
#         1, 0
# Output: 6, 4
# Time:   23
# Notes:
# The left input can come in a while before the right input, but not
# vice versa.