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

7 lines
103 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
declare
X = just("Data")
in
case X of nothing then skip
[] just(Result) then {Show Result}
end