3 lines
49 B
Plaintext
3 lines
49 B
Plaintext
|
class Plus1_Float_Double {
|
||
|
op = (x) -> x+1.0;
|
||
|
}
|