4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
fn add(a, b) { return a + b; }
|
|
fn mul(a, b) { return a * b; }
|
|
let version = "1.0";
|