utf32.omffutf32-version

function

Library: UTF-32 (OMFFUTF32)
Import : omffutf32.xmd

Returns: the version information for the library


Declaration
export string function 
   omffutf32-version


Purpose

utf32.omffutf32-version returns the version and copyright information for the OMFFUTF32 library.

Example

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

  import "omffutf32.xmd" prefixed by utf32.
  
  process
     output utf32.omffutf32-version || "%n"

Usage Note

To use utf32.omffutf32-version, you must import OMFFUTF32 into your program using an import declaration such as:

  import "omffutf32.xmd" prefixed by utf32.

Other Library Functions