7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
unit okorel;
|
|
|
|
fn value(p: ?i32) -> i32 {
|
|
return p orelse 9;
|
|
}
|
|
|