2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/prolog/equal.pl
2014-04-04 13:07:12 +02:00

5 lines
No EOL
35 B
Raku

?- X = Y.
X = Y.
?- X == Y.
false.