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