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