projects
/
LeanCalc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
failed attempts to intercept copy command when the cursor is in the empty text field...
[LeanCalc.git]
/
help
/
time
1
NAME
2
time - number of seconds since the Epoch
3
4
SYNOPSIS
5
time()
6
7
TYPES
8
return int
9
10
DESCRIPTION
11
The time() builtin returns the number of seconds since the Epoch,
12
which according to Posix is:
13
14
Thr Jan 1 00:00:00 UTC 1970
15
16
EXAMPLE
17
> print time();
18
831081380
19
20
LIMITS
21
none
22
23
LINK LIBRARY
24
none
25
26
SEE ALSO
27
ctime, runtime
28