jis.omffjis-version

function

Library: JIS (OMFFJIS)
Import : omffjis.xmd

Returns: the version information for the library


Declaration
export external string function 
   omffjis-version


Purpose

jis.omffjis-version returns the version and copyright information for the OMFFJIS library.

Example

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

  import "omffjis.xmd" prefixed by jis.
  
  process
     output jis.omffjis-version || "%n"

Usage Note

To use jis.omffjis-version, you must import OMFFJIS into your program using an import declaration such as:

  import "omffjis.xmd" prefixed by jis.

Other Library Functions