shithub: mc

ref: eed72af62209c958db8cfd6af207cccd9f2daa18
dir: /test/stdtry.myr/

View raw version
use std

const main = {
	var x = `std.Some 123
	std.try(x)
	x = `std.None
	std.try(x)
}