tests/chainFunDefs.R

x = y = z = function(a) a + 1

h = function(w) w + 2

f = function() {
  a = b = c = function(d) d + 1
}
duncantl/CodeAnalysis documentation built on April 28, 2024, 6:01 p.m.