| is open Full Description |   | 
| Syntax stream? stream-name indexer? (is | isnt) open Purpose You can use  The following code opens a stream if it is not already open:
 open my-stream as buffer unless my-stream is open The following code shows two OmniMark stream state tests that use  document-start local stream s ... open s as buffer when s isnt open ... close s when s isnt closed ... |