Verse Library verse

11 Single For Expression

Generates a collection by combining two loop variables and calculating derived values.

extracted-snippets/documentation/en-us/fortnite/for-in-verse/11-single-for-expression.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:    Single For Expression
Values := for(X:=1..2, Y:=3..4):
X * 10 + Y

Comments

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