| Allegro CL version 7.0 This page is new in 7.0. | |||||||||
Arguments: (ndbm keyvar &key external-format return) &body body
This macro executes body in a loop with keyvar bound to successive keys found while traversing the database ndbm with dbm-firstkey/dbm-nextkey. See dbm-firstkey for information about the external-format and return keyword arguments.
Evaluating (return) allows you to break from the
loop early.
Do not call dbm-store or dbm-delete while within with-dbm-iterator.
See ndbm.htm for information on the NDBM facility.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.
| Allegro CL version 7.0 This page is new in 7.0. | |||||||||