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