Verse Library verse

02 You Should Watch Cartoons

Demonstrates safe division handling with fallback logic to prevent runtime errors.

extracted-snippets/documentation/en-us/fortnite/basics-of-writing-code-9-failure-and-control-flow-in-verse/02-you-should-watch-cartoons.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:    You should watch cartoons
if (5/0):
Print("Whoa!")
else:
Print("You can't do that!")

Comments

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