Verse Library verse

01 Range

Iterates over a numeric range and prints each value, demonstrating basic loop syntax.

extracted-snippets/documentation/en-us/uefn/range-in-verse/01-range.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/range-in-verse
# Local doc:  epic-docs/documentation/en-us/uefn/range-in-verse.md
# Section:    Range
for (Index := 0..5):
Print("{Index}")

Comments

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