Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

16 řádky
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"