up previous next
VersionInfo

version and info about CoCoA

Syntax
VersionInfo(): RECORD

Description
This function returns a record with various information about CoCoA and CoCoALib (the mathematical core of CoCoA)

Example
/**/ indent(VersionInfo());
record[
  CoCoALibVersion := "0.99***",
  CoCoAVersion := "5.*.*",
  CompilationDate := ....,
  ...

See Also