forked from JavaTX/JavaCompilerCore
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
import java.util.Vector;
|
||
|
import java.lang.Integer;
|
||
|
import java.lang.String;
|
||
|
//import java.lang.Byte;
|
||
|
//import java.lang.Boolean;
|
||
|
|
||
|
public class FunOL {
|
||
|
|
||
|
add(f, y) {
|
||
|
return f.apply() + y;
|
||
|
}
|
||
|
}
|