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