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