shithub: mc

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