This shows you the differences between two versions of the page.
|
pp:23:laboratoare:prolog:intro [2023/05/10 03:24] alexandru.bala [Reguli] |
pp:23:laboratoare:prolog:intro [2023/05/10 07:30] (current) alexandru.bala [Tipuri de date] |
||
|---|---|---|---|
| Line 421: | Line 421: | ||
| <code> | <code> | ||
| - | ?- X= "abc", string(X), writeln(X). | + | ?- X = "abc", string(X), writeln(X). |
| abc | abc | ||
| X = "abc". | X = "abc". | ||