6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
unit okorelse;
|
|
|
|
fn value(p: ?i32) -> i32 {
|
|
return p orelse 9;
|
|
}
|