5 lines
102 B
Text
5 lines
102 B
Text
|
|
+ list : LINKED_LIST[INTEGER];
|
||
|
|
list := LINKED_LIST[INTEGER].create;
|
||
|
|
list.add_last 1;
|
||
|
|
list.add_last 2;
|