blob: 6e72204c785062cc2a2c53eeec32ac9c842152f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- File: PStandard_ArrayNode.cdl
-- Created: Mon Jan 29 15:12:20 1996
-- Author: Kernel
-- <kernel@ylliox>
---Copyright: Matra Datavision 1996
class ArrayNode from PStandard
-- inherits Storable from Standard
inherits Persistent from Standard
is
Create returns mutable ArrayNode from PStandard;
---Purpose: Creates an empty ArrayNode.
end ArrayNode;
|