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