Verse Library verse

02 Mixing Semicolon Comma Newline Separators For Bloc

Illustrates block syntax for declaring multiple variables before loop iteration.

extracted-snippets/documentation/en-us/uefn/verse-language-version-updates-and-deprecations-in-verse/02-mixing-semicolon-comma-newline-separators-for-bloc.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/verse-language-version-updates-and-deprecations-in-verse
# Local doc:  epic-docs/documentation/en-us/uefn/verse-language-version-updates-and-deprecations-in-verse.md
# Section:    Mixing Semicolon/Comma/Newline Separators for Blocks
A,
B
for (A := 0..2):
# more code here

Comments

    Sign in to vote, comment, or suggest an edit. Sign in