shithub: mc

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