New lifo
Purpose: Create LIFO list.
new-lifo <list>
Copied!
new-lifo initializes new LIFO <list> (Last In First Out).
<list> contains data stored on a last-in, first-out basis. Note that a list is accessible to the current process only.
Information is retrieved (possibly many times, see rewind-lifo) in the opposite order in which it was stored.
new-lifo mylifo
Copied!
LIFO
delete-lifo
new-lifo
purge-lifo
read-lifo
rewind-lifo
write-lifo
See all
documentation
Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.