Verse Library verse

09 Tuple Unpacking

Demonstrates calling a function by passing multiple variables as positional arguments.

extracted-snippets/documentation/en-us/fortnite/functions-in-verse/09-tuple-unpacking.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/functions-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/functions-in-verse.md
# Section:    Tuple Unpacking
X := 1
Y := 2
Second(X, Y)

Comments

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