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