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