shithub: mc

ref: ad893b63f1fe71c628742a0e38ddae971bdf8231
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)
}