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