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