tests/testthat/core/loops-out.R

while (x
       )
  4;

while (TRUE) 4;


for (i in 1:4) {
  call();
};

for (i in 1:4) {
  call();
};

for (
  i in 1:4) {
  call();
};

for (
  i in 1:4
  ) {
  c();
};

for (
  i in 1:4
)
  {
  c();
};
lorenzwalthert/semicoloner documentation built on Dec. 21, 2021, 11:48 a.m.