3 lines
59 B
Prolog
3 lines
59 B
Prolog
|
|
?- A = "A test string", A = B.
|
||
|
|
A = B, B = "A test string".
|