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.

15 lines
289 B

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