test.test 74 B

12345678
  1. c = 0;
  2. @loop
  3. c++;
  4. print(c);
  5. if(c < 40) {
  6. sgoto(40, "loop");
  7. }
  8. wait();