RosettaCodeData/Task/Null-object/Oz/null-object-3.oz
2023-07-01 13:44:08 -04:00

6 lines
103 B
Text

declare
X = just("Data")
in
case X of nothing then skip
[] just(Result) then {Show Result}
end