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