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