Follow

alright , no cheating -- without running it beforehand, what would you expect this code to do?

add <- function(a, b) {
a + b
} / 2

add(2, 4)

· · 12 · 15 · 10