| Previous | Next
SymbolProvides functions for creating anonymous globs and qualifying variable names. Exports the following.
gensym Creates an anonymous glob and returns a reference to it that can be used as a filehandle or directory handle.
qualify (symname[, pkg]) Turns unqualified symbol names into qualified variable names (e.g., turns
qualify_to_ref (symname[, pkg]) Like
ungensym For backward compatibility only; does nothing. |