next up previous contents index
Next: find Up: TableType Previous: apply   Contents   Index


entries, keys


Usage

for v in entries t repeat {...}
for k in keys t repeat {...}


Signatures

entries: % $\to$ Generator V  
keys: % $\to$ Generator K  


Parameter Type Description
t % a table


Description

These generators yield respectively all the entries, or keys in the table t.



Manuel Bronstein 2004-06-28