# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/basics-of-writing-code-4-writing-simple-code-in-verse
# Local doc: epic-docs/documentation/en-us/uefn/basics-of-writing-code-4-writing-simple-code-in-verse.md
# Section: You should watch your eyelids
if (Tired? or SchoolTomorrow?):
set WhatToWatch = "your eyelids"
else if (FriendsAvailable?):
set WhatToWatch = "a movie with your friends"
else:
set WhatToWatch = "cartoons"
Verse Library
verse
04 You Should Watch Your Eyelids
Uses if, else if, and else statements to assign values based on multiple boolean conditions.
extracted-snippets/documentation/en-us/uefn/basics-of-writing-code-4-writing-simple-code-in-verse/04-you-should-watch-your-eyelids.verse