sort.omsort-version

function

Library: Sorting (OMSORT)
Import : omsort.xmd

Returns: the version information for the library


Declaration
export string function 
   omsort-version


Purpose

This function returns the version and copyright information for the OMSORT library.

Example

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

  import "omsort.xmd" prefixed by sort.
  
  process
     output sort.omsort-version || "%n"

Other Library Functions