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