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

6 lines
121 B
Plaintext

class JSON:
...
def asText: case self of:
JSONString t: t
other: throw "JSON.asText: not a text"