R/testClosure.R

Defines functions testClosure

testClosure <- function() {
  function() {
    print("Testing")
  }
}
wbreymann/FEMS documentation built on Dec. 8, 2022, 9:43 a.m.