| Syntax 
   name of stream? stream-name indexer?
 
 Purpose
 
 If the specified stream is attached to a file or referent, or is input to the SGML or XML parser,  the name ofoperator will return the name of the file or referent or markup parser. It is an error to invoke thename ofoperator on a stream that is not attached to a file, a referent or a built-in markup parser. The herald streamis optional. It is an error to use the name oftest if the stream does not have a name. When in doubt, the test should be preceded by ahas nametest. |