shithub: mc

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