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
ONCEblocks only once, so a value set inside them, or counted from one set there, is not there on the repeats.labels()restarts at everyONCEit writes; call this where a module writesONCEitself.