Release calc version 2.10.2t30

This commit is contained in:
Landon Curt Noll
1996-07-06 04:17:00 -07:00
commit 4618313a82
388 changed files with 85904 additions and 0 deletions

27
help/time Normal file
View File

@@ -0,0 +1,27 @@
NAME
time - number of seconds since the Epoch
SYNOPSIS
time()
TYPES
return int
DESCRIPTION
The time() builtin returns the number of seconds since the Epoch,
which according to Posix is:
Thr Jan 1 00:00:00 UTC 1970
EXAMPLE
> print time();
831081380
LIMITS
none
LIBRARY
none
SEE ALSO
ctime, runtime