status = hashed ( variable ) ;
list variable
- A list variable.
str status
- $ACKNOWLEDGE
The variable's contents have been hashed for faster lookup.
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: status = hashed ( variable ) ;
%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference
A hash table is a mapping between the elements of a list and their values. With a hash table, an efficient lookup mechanism is employed to retrieve the data elements. Hashing is most useful for list variables with many unique elements; it can result in better performance when accessing the variables' elements. The unlashed method is used to un-hash the variable.