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