brainstorm/closure.r

# Make sure that scope works as I expect
(function() {
  a <- 8
  b <- function() { print(a) }
  b
})()()
tlevine/nprm documentation built on May 31, 2019, 3:51 p.m.