shithub: mc

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