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