shithub: mc

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