We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c717b01 commit 56755c9Copy full SHA for 56755c9
docs/docs/documentazione/analysis.md
@@ -228,14 +228,14 @@ specifica implementazione del motore che eseguira il programma.
228
229
* **'=:='(X, Y)** infix
230
* **'=\\='(X, Y)** infix
231
-* **'<'(X, Y)** infix
232
-* **'>'(X, Y)** infix
233
-* **'>='(X, Y)** infix
234
-* **'=<'(X, Y)** infix
235
-* **'@<'(X, Y)** infix
236
-* **'@>'(X, Y)** infix
237
-* **'@>='(X, Y)** infix
238
-* **'@=<'(X, Y)** infix
+* **' < '(X, Y)** infix
+* **' > '(X, Y)** infix
+* **' >= '(X, Y)** infix
+* **' =< '(X, Y)** infix
+* **' @< '(X, Y)** infix
+* **' @> '(X, Y)** infix
+* **' @>= '(X, Y)** infix
+* **' @=< '(X, Y)** infix
239
240
##### Ispezione di un programma Prolog
241
0 commit comments