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