You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
287 B

  1. if(counter == (/null))
  2. /set counter 0
  3. endif
  4. /bigDoNothing 17 12 36*78
  5. if(counter % 2 == 1)
  6. /bigDoNothing 17 12 36*78
  7. /set counter counter+1
  8. else
  9. /bigDoNothing 17 12 36*78
  10. /set counter counter+1
  11. endif
  12. if(counter == 5000)
  13. /set exit_ctr 1
  14. endif
  15. /print counter "\n"