Verse Library verse

02 Exit Loop

Shows the standard structure for looping with conditional early exit statements.

extracted-snippets/documentation/en-us/fortnite/loop-and-break-in-verse/02-exit-loop.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/loop-and-break-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/loop-and-break-in-verse.md
# Section:    exit loop
expression0
loop:
expression-block
if (test-arg-block):
break
expression-block
expression2

Comments

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