tests/chainedAssigns.R

abc = def = function(x) x + 1

if(FALSE) {
  xy = wz = function(x) x + 1
}

vec = Vectorize(abc)
duncantl/CodeAnalysis documentation built on April 28, 2024, 6:01 p.m.