inst/examples/repeat.R

rep1 =
function()
{
   ctr = 0L
   repeat {

      ctr = ctr + 1L
      if(ctr > 5L) 
        break

   }

   return(ctr)
}
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.