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