7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
>>> throw Exception("hi there")
|
|
substring: Exception: hi there
|
|
>>> fun foo() = 2
|
|
null
|
|
>>> foo()
|
|
2
|