shithub: mc

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