7 lines
103 B
Text
7 lines
103 B
Text
|
|
declare
|
||
|
|
X = just("Data")
|
||
|
|
in
|
||
|
|
case X of nothing then skip
|
||
|
|
[] just(Result) then {Show Result}
|
||
|
|
end
|