| Calling Sequence
| version()
|
| Return Type
| expseq |
| Synopsis
| Returns and expression sequence with 8 components: |
| | 1 | VersionType: string, Production or Debug |
| 2 | Architecture: string, encoded name of architecture |
| 3 | Version: number |
| 4 | CompiledWith: string, name of the compiler used |
| 5 | CompilerVersion: string |
| 6 | CompilerOptions: string |
| 7 | DateCompiled: string, result of system command date |
| 8 | CharactersPerWord: posint, number of characters per word |
|
| Examples
| > version();
RelWithDebInfo, Linux, 4, /usr/bin/gcc, 4.3.4, -march=i686 -mtune=i686, Fri Jun
18 16:31:03 CEST 2010, 4, OFF
|