up previous next
RelNotes    --    print the release notes


Syntax
RelNotes()
RelNotes(N: INT)

Description
This function prints the release notes of the version you are running, of all versions, or of last N versions.

Example
/**/ RelNotes();  --> last version
/**/ RelNotes(1); --> last version
/**/ RelNotes(3); --> last 3 versions
/**/ RelNotes(0); --> all versions

See Also