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