add linebreaks
This commit is contained in:
@@ -14,7 +14,7 @@ atoms are currently supported.
|
|||||||
|
|
||||||
An example of the level of interaction currently supported is:
|
An example of the level of interaction currently supported is:
|
||||||
|
|
||||||
```l0> p(Z, Z).
|
```l0> p(Z, Z).
|
||||||
Program stored.
|
Program stored.
|
||||||
l0> ?- p(Z, Z).
|
l0> ?- p(Z, Z).
|
||||||
yes
|
yes
|
||||||
@@ -40,4 +40,5 @@ An example of the level of interaction currently supported is:
|
|||||||
yes
|
yes
|
||||||
l0> ?- p(z, h(Z, w), f(w)).
|
l0> ?- p(z, h(Z, w), f(w)).
|
||||||
yes
|
yes
|
||||||
l0> quit```
|
l0> quit
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user