Get lifo
Purpose
: Get information about linked list.
get-lifo
<list>
count
<count>
Copied!
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
Copied!
See also
LIFO
delete-lifo
get-lifo
new-lifo
purge-lifo
read-lifo
rewind-lifo
write-lifo
See all
documentation
Copyright
(c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.