Hi all,

On Thu, Mar 25, 2021 at 10:40:21AM +0100, Alexander Burger wrote:
> 'enum' is similar to 'idx' with numeric keys. But with 'idx', the keys take up
> one additional cell per entry, and the insertion order is relevant.
> 
> 
> (enum 'var 'cnt 'any) -> any  # stores a value
> (enum 'var 'cnt) -> any  # looks up a value

Note that the semantics changed a little meanwhile. Please look up the reference
if necessary at https://software-lab.de/doc/refE.html#enum

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to