RosettaCodeData/Task/Null-object/Oz/null-object-3.oz

7 lines
103 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
declare
X = just("Data")
in
case X of nothing then skip
[] just(Result) then {Show Result}
end