dequeue
Short summary
This property returns the last object in the first and removes it from the list. Can be seen as opposite of prepend. Example: On a list: (Head -->) A B C, list.dequeue will return A. Example 2: If you call prepend(x), a dequeue right after will return x.
- Return type: CNM_AbstractObject.IObject
Parameters
none
Code
Declaration
METHOD ABSTRACT dequeue :CNM_AbstractObject.IObject