| The block documented in this article is a hidden block, meaning that while it technically still exists in the latest version of Scratch (3.0), it is not available in the palette. |
This documentation is transcluded from Template:Hidden block/doc.
- See also: Hidden Blocks
This template is used when a block exists in Scratch but is not available officially in the Block Palette. This template should not be used on blocks that do not exist in Scratch 3.0 even as a hidden block; use {{obsolete feature}} instead.
If the block does not have any function, you can pass |noop=yes to it.
Example
While ()
The While () block runs a stack of blocks while a condition is true. |