inst/examples/negate.R

neg = 
function(x)
{
  return(- x)
}

not = 
function(x)
{
  return(! x)
}
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.