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