function
| Library: Unicode (OMUNICODE) Import : omunicode.xmd | Returns: the version information for the library | 
export string function omunicode-version
 unicode.omunicode-version returns the version and copyright information for the OMUNICODE library.
      
 The following program outputs the version information for the OMUNICODE library:
        
import "omunicode.xmd" prefixed by unicode. process output unicode.omunicode-version || "%n"
 To use unicode.omunicode-version, you must import OMUNICODE into your program
      using an import declaration such as:
        
import "omunicode.xmd" prefixed by unicode.