Get list

Purpose: Get information about linked list.

 get-list <list> count <count>

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

<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.