7 lines
87 B
Text
7 lines
87 B
Text
| ?- class::new(Instance, 1).
|
|
Instance = o1
|
|
yes
|
|
|
|
| ?- o1::method(Value).
|
|
Value = 1
|
|
yes
|