Add truth-machine example source. --HG-- rename : eg/asciitab.rrh => eg/truth-machine.rrh
catseye
10 years ago
1 changed file(s) with
12 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+12
-0
eg/truth-machine.rrh
less
more
0
a<
1
b=8
2
b*=6
3
z@=N
4
z?a=b
5
:Y
6
a>
7
z@=Y
8
z?1=1
9
10
:N
11
a>