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