label

View as MarkdownOpen in Claude

Mark any point of the SWML section with a label so that goto can jump to it.

Properties

label
stringRequired

Mark any point of the SWML section with a label so that goto can jump to it.

Examples

1version: 1.0.0
2sections:
3 main:
4 - label: foo
5 - play:
6 url: 'say: This speech will be repeated 4 times.'
7 - goto:
8 label: foo
9 max: 3