shithub: mc

ref: 38585ffa91d7b6e7b9e4f688e3f9fa84a48f1925
dir: /libstd/now.myr/

View raw version
use "types.use"
use "syswrap.use"

pkg std =
	const now	: (-> time)
;;

/* microseconds since epoch */
const now = {
	-> curtime()
}