2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/prolog/equal.pl

5 lines
35 B
Perl
Raw Normal View History

2014-04-04 13:07:12 +02:00
?- X = Y.
X = Y.
?- X == Y.
false.