unicode.omunicode-version

function

Library: Unicode (OMUNICODE)
Import : omunicode.xmd

Returns: the version information for the library


Declaration
export string function
   omunicode-version


Purpose

unicode.omunicode-version returns the version and copyright information for the OMUNICODE library.

Example

The following program outputs the version information for the OMUNICODE library:

  import "omunicode.xmd" prefixed by unicode.
  
  process
     output unicode.omunicode-version || "%n"

Usage Note

To use unicode.omunicode-version, you must import OMUNICODE into your program using an import declaration such as:

  import "omunicode.xmd" prefixed by unicode.

Other Library Functions