5 lines
118 B
Ada
5 lines
118 B
Ada
private package P.Q is
|
|
... -- Visible to the siblings only
|
|
private
|
|
... -- Visible to the children only
|
|
end P.Q;
|