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