Verse Library verse

04 More Code Here

Demonstrates Verse syntax for initializing a loop variable and iterating over a numeric range.

extracted-snippets/documentation/en-us/uefn/verse-language-version-updates-and-deprecations-in-verse/04-more-code-here.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:    more code here
A
B
for (A := 0..2):
# more code here

Comments

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