
| Returns: | |||
| A binary version identifier. | |||
| Note: | |||
| The version identifier is composed of the major version number, on the | |||
| first byte, the minor version number on the second byte, and the release | |||
| number on the third byte. | |||
| Returns: | |||
| A string version identifier. | |||
| Note: | |||
| The version identifier takes the form "X.Y.Z", where X is the major version | |||
| number, Y the minor version number and Z the release number. | |||
| Returns: | |||
| The copyright string for XCLE. | |||
| Returns: | |||
| The string "XCLE is distributed under the LGPL License" | |||
| Returns: | |||
| The string "XCLE: eXtensible Concatenative Language Engine" | |||
| Returns: | |||
| A string containing one author record per line. | |||
| Note: | |||
| Each author record should contain, separaed by double dashes: | |||
| _ the author's full name, | |||
| _ the author's mail address, | |||
| _ the author's web page. | |||
| Returns: | |||
| A string containing one object recor dper line. | |||
| Note: | |||
| Each line contains each object's type, common name, class and typical | |||
| string representation. | |||