cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -3
View File
@@ -10,7 +10,6 @@ return value : current Unix timestamp
:content
Returns the current Unix timestamp as a 64-bit float with millisecond accuracy or better.
Related:
- PHP: `microtime(true)` or high-resolution timers
- JavaScript / Node.js: `performance.now()` or high-resolution Node timers
:example
print(time_precise() > 0 ? "timer\n" : "no timer\n");