mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 14:28:05 +02:00
10 lines
163 B
Perl
10 lines
163 B
Perl
|
?- X is 3^2.
|
||
|
X = 9.
|
||
|
|
||
|
?- Y is X*X.
|
||
|
ERROR: is/2: Arguments are not sufficiently
|
||
|
instantiated
|
||
|
|
||
|
?- X is X+1.
|
||
|
ERROR: is/2: Arguments are not sufficiently
|
||
|
instantiated
|