swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax    
declaration/definition  

declare #process-input has

 
 

Syntax

declare #process-input has (binary-mode | text-mode | buffered | unbuffered)
    


Purpose

By default, #process-input is read from in text mode: this is the default setting for non-UNIX systems. Additionally, by default #process-input is buffered. declare #process-input has allows this behavior to be changed explicitly. Changing both the mode and the buffering is possible, but requires two declarations.

For example:

  declare #process-input has binary-mode
  declare #process-input has unbuffered
          

This declaration should always be used in preference to the newline declaration for performing binary input or output.

    Related Syntax
 
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:51:21 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.