4 lines
129 B
Text
4 lines
129 B
Text
ListBuffer Class new: Stack
|
|
Stack method: push self add ;
|
|
Stack method: pop self removeLast ;
|
|
Stack method: top self last ;
|