Verse Library verse

03 Snippet

Demonstrates the standard syntax for writing conditional if statements.

extracted-snippets/documentation/fortnite/verse-glossary/03-snippet.verse

# Source URL: https://dev.epicgames.com/documentation/fortnite/verse-glossary
# Local doc:  epic-docs/documentation/fortnite/verse-glossary.md
if (test-arg-block)
{
expression1
expression2
}

Comments

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