# Source URL: https://dev.epicgames.com/documentation/fortnite/verse-glossary
# Local doc: epic-docs/documentation/fortnite/verse-glossary.md
if (a > 5):
“Big!”
else
“Small!”
Verse Library
verse
09 Snippet
Branches execution between two expressions based on a boolean condition.
extracted-snippets/documentation/fortnite/verse-glossary/09-snippet.verse