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