2 lines
59 B
INI
2 lines
59 B
INI
?- A = "A test string", A = B.
|
|
A = B, B = "A test string".
|
?- A = "A test string", A = B.
|
|
A = B, B = "A test string".
|