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