RosettaCodeData/Task/Conditional-structures/Luna/conditional-structures-2.luna

6 lines
121 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class JSON:
...
def asText: case self of:
JSONString t: t
other: throw "JSON.asText: not a text"