Verse Library verse

02 Iterating Over A Range

Executes code for each number in a specified numeric range.

extracted-snippets/documentation/en-us/fortnite/for-in-verse/02-iterating-over-a-range.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/for-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/for-in-verse.md
# Section:    Iterating over a Range
for (Number := 0 .. 3):
Log("{Number}")

Comments

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