This commit is contained in:
2023-12-08 17:10:35 -08:00
parent d5ee7282e9
commit d9980e3b33
10 changed files with 1844 additions and 0 deletions

11
08/test2.pl Normal file
View File

@@ -0,0 +1,11 @@
:- op(700, xfx, to).
direction("lr").
mma to mmb-xxx.
mmb to xxx-mmz.
mmz to mmb-xxx.
nna to nnb-xxx.
nnb to nnc-nnc.
nnc to nnz-nnz.
nnz to nnb-nnb.
xxx to xxx-xxx.