fn add(a, b) { return a + b; } let sum = add(1, 1); print sum;