5 lines
51 B
Plaintext
Vendored
5 lines
51 B
Plaintext
Vendored
>>> fun foo() = 10
|
|
>>> fun foo() = 11
|
|
>>> foo()
|
|
11
|