Initial revision
[LeanCalc.git] / help / version
1 NAME
2     version - return the calc version string
3
4 SYNOPSIS
5     version()
6
7 TYPES
8     return      string
9
10 DESCRIPTION
11     Returns the calc version string.
12
13     Calc version strings can be of the form:
14
15         x.y.z.w
16         x.y.z
17         x.y
18
19     where x, y, z, w, v are integers (without leading 0's) and,
20     t is the the liternal character 't'.
21
22 EXAMPLE
23     > version()
24             "2.11.5.4"
25
26 LIMITS
27     none
28
29 LINK LIBRARY
30     none
31
32 SEE ALSO
33     n/a
34