4 lines
102 B
Text
4 lines
102 B
Text
|
|
install(time, "lf");
|
||
|
|
t = time();
|
||
|
|
print(t); \\ integer seconds since the epoch (usually 1 Jan 1970)
|