shithub: mc

ref: 1ab328759ae3e124ed6376cb558bfb575d2ed3c3
dir: /libstd/now.myr/

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

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

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