Verse Library verse

10 Definition

Shows a for loop with multiple initializers, updates, and continuation conditions.

extracted-snippets/documentation/en-us/fortnite/for-in-verse/10-definition.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:    Definition
Values := for ( X := 1..5; Y:=SomeFunction(X); Y < 10):
Y

Comments

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