5 lines
63 B
Prolog
5 lines
63 B
Prolog
|
|
?- [97, 98, 99] = "abc".
|
||
|
|
false.
|
||
|
|
?- [97, 98, 99] = `abc`.
|
||
|
|
true.
|