Get lifo

Purpose: Get information about linked list.

 get-lifo <list> count <count>

get-lifo will obtain information about LIFO <list> created with new-lifo.

<count> (in "count" clause) is the number of elements in the list.
Examples
Get the number of elements in list "mylist" in number "size":
 get-list mylist count size



Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.