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