選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
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"