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