#language-version
Purpose
Returns a string representation of the version of OmniMark currently running. The form of the string is:
- an uppercase "V"
- the major version number as one or more digits, with no leading zeros
- an uppercase "R"
- the release number as one or more digits with no leading zeros, unless the release number is zero
- an optional lowercase letter, designating an update to a release
- a space character
- further information about the release (copyright information)
If you used this code:
process
output "OmniMark language version: " || #language-version || "%n"
your output might look like the following:
OmniMark language version: V8R1 - Copyright (c) Stilo International plc, 1988-2007