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