A block that can clear multiple lines at once. In general, it is necessary so that in the screen output cycle, first clearing, and then printing ten lines, flickering occurs on the screen because screen output is not a fast operation. Therefore, I think that it is better to clear some lines first before outputting to them.
I would indicate the default values of the array, but as I understand it, pxt-core does not support such an option.
A block that can clear multiple lines at once. In general, it is necessary so that in the screen output cycle, first clearing, and then printing ten lines, flickering occurs on the screen because screen output is not a fast operation. Therefore, I think that it is better to clear some lines first before outputting to them.
I would indicate the default values of the array, but as I understand it, pxt-core does not support such an option.