Verse Library verse

01 Snippet

Evaluates a numeric condition to return a string based on its value.

extracted-snippets/documentation/en-us/fortnite/expressions-in-verse/01-snippet.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/expressions-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/expressions-in-verse.md
if (MyNumber > 5):
Big!”
else
Small!”

Comments

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