mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
10 lines
No EOL
163 B
Raku
10 lines
No EOL
163 B
Raku
?- 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 |