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