Stack.Peek (METH)ΒΆ
METHOD Peek : COLLECTION_ERROR
Get the head element of the stack. The element will not be removed.
- InOut:
- Scope - Name - Type - Comment - Return - Peek- Output - itfElement- The top level element of the stack. 
METHOD Peek : COLLECTION_ERROR
Get the head element of the stack. The element will not be removed.
| Scope | Name | Type | Comment | 
|---|---|---|---|
| Return | 
 | ||
| Output | 
 | The top level element of the stack. |