ref: d2a89e73c70057b57f3ad7e158645744df1f29b1 dir: /lib/std/now.myr/
use "types" use "syswrap" pkg std = const now : (-> time) ;; /* microseconds since epoch */ const now = { -> curtime() }