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