Verse Library verse

01 Not Operator

Demonstrates using assignment as an expression within conditional statements and logical operators.

extracted-snippets/documentation/en-us/uefn/operators-in-verse/01-not-operator.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/operators-in-verse
# Local doc:  epic-docs/documentation/en-us/uefn/operators-in-verse.md
# Section:    Not Operator
var Example : int = 0
if (not (set Example = ExampleArray[0])) {  }

Comments

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