shithub: mc

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