shithub: mc

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