75392e54c7
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@757 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
15 lines
100 B
Plaintext
15 lines
100 B
Plaintext
:- object(q2,
|
|
extends(square)).
|
|
|
|
|
|
position(2, 3).
|
|
|
|
|
|
color(blue).
|
|
|
|
|
|
side(3).
|
|
|
|
|
|
:- end_object.
|