function
Library: Binary coded decimal numbers (OMBCD)
Import : ombcd.xmd |
Returns: Library copyright and version information. |
define external stream function ombcd-version
Returns the version and copyright information for the ombcd
library.
To display copyright and version information, add the following line to your program:
output ombcd-version || "%n"
To use this function, you must import the OMBCD module into your program using an import declaration such as:
import "ombcd.xmd" unprefixed