4 lines
66 B
Text
4 lines
66 B
Text
|
let what_is_in_the_box =
|
||
|
match (box) {
|
||
|
{ box = box } -> box
|
||
|
}
|