fn main() { a := ?string('c') b := a or { none } println(b) }