shithub: mc

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