repeat %n:INT% [time|times] — Blocks

repeat %n:INT% [time|times]
Control Flow1.0.0

Description

Repeats the enclosed block a fixed number of times.

Allowed Contexts

Root LevelInside Block

Examples

repeat 5 times: broadcast "Hello!"

All Possible Usages (3)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

repeat <n>
repeat <n> time
repeat <n> times

Related (Control Flow)