SequenceApp.restart_labels

SequenceApp.restart_labels#

SequenceApp.restart_labels()[source]#

Write every label’s next value as a SET, regardless of what was written before.

An interpreter repeating the scan plays ONCE blocks only once, so a value set inside them, or counted from one set there, is not there on the repeats. labels() restarts at every ONCE it writes; call this where a module writes ONCE itself.