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