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