Verse Library verse

03 Comparison Expressions

Demonstrates an unmet condition to show how if statements skip execution.

extracted-snippets/documentation/en-us/fortnite/basics-of-writing-code-9-failure-and-control-flow-in-verse/03-comparison-expressions.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/basics-of-writing-code-9-failure-and-control-flow-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/basics-of-writing-code-9-failure-and-control-flow-in-verse.md
# Section:    Comparison Expressions
if (5 < 4):
Print(This will never print.)

Comments

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