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