8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
>>> )(
|
|
ERROR: /line1.ktscript: (1, 1) Expecting an element
|
|
ERROR: /line1.ktscript: (1, 3) Expecting an expression
|
|
>>> fun foo() = 98
|
|
null
|
|
>>> foo()
|
|
98
|