Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
|
- if(counter == (/null))
- /set counter 0
- /print "Init...\n"
- endif
- /bigDoNothing 17 12 36*78
- if(counter % 2 == 1)
- /bigDoNothing 17 12 36*78
- /set counter counter+1
- else
- /bigDoNothing 17 12 36*78
- /set counter counter+1
- endif
-
- if(counter == 5000)
- /set exit_ctr 1
- endif
|