I assume that the Repeat()
block in Scratch has some kind of internal counter that increments or decrements at the beginning or end of each time around the block.
Can the value of this counter be accessed in any way?
I realize this can be done to have an available counter, but I am only interested in this for potential similar implementation in a different language that I help develop.