VerseIsland
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Sign in
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Fortnite › Verse Language · Up to Fortnite · Verse Language · 7 of 570 in Verse Language
Browse Fortnite

Basics of Writing Code 2 Practice Time in Verse

Ready to write some code?

  1. Open your hello_world_device.verse file from Modify and Run Your First Verse Program. You can see a couple of examples of the Print() function in the file already.

  2. Use Print() to see the effect of combining different operators and literal values. Enter the first line of code below. Work out what will print to the screen before you run the line, then run it to see if you were right.

    |  |  |
    | --- | --- |
    |  | Print("5 + -2 = {5 + -2}") |
    |  | Print("15.0 / 7.0 = {15.0 / 7.0}") |
    |  | Print("I + Love + Verse = {"I" + "Love" + "Verse"}") |
    

    Print("5 + -2 = {5 + -2}") Print("15.0 / 7.0 = {15.0 / 7.0}") Print("I + Love + Verse = {"I" + "Love" + "Verse"}")

    Copy full snippet(3 lines long)

  3. Repeat this step for the second line (including working out what should print), then again for the third line.

  4. Now copy and paste this line to see what happens! Print("🐈💗🐟 = {"🐈💗🐟"}")

Complete Script

This is all of the code covered in this exercise. If you get stuck, you can see what the complete script looks like and even copy and paste it into your own Verse file to see the correct end result.

You're reading a preview

The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.

Sign in with Discord — free for members Read the original at Epic Games

Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.

Comments

    Sign in to vote, comment, or suggest an edit. Sign in
    📄
    Source
    Epic Games

    © Epic Games. Official Epic developer documentation, shown here as a reference with a link to the original. All rights remain with Epic Games. Terms ↗

    View original Sources & licensing
    Request removal
    Last updated May 12, 2026
    Keep exploring
    More in Verse Language · 7 of 570
    Prev
    basics of writing code 2 basic programming concepts in verse
    Next
    basics of writing code 3 practice time in verse
    Browse all files in this folder (A–Z)
    Next up
    • 1. Open your **hello\_world\_device.verse** file from [Modify and Run Your First Verse Program
    • Lesson 3: Storing and Using Information
    Related topics
    • Learn Code Basics 2 Practice Time In Verse Verse Language
    • Modify And Run Your First Verse Program In Unreal Editor For Fortnite Verse Language
    • Basics Of Writing Code 2 Basic Programming Concepts In Verse Verse Language
    • Learn The Basics Of Writing Code In Verse Verse Language
    • Learn The Basics Of Writing Code In Verse Verse Language

    Related

    Open in graph →

    Related topics

    • Learn Code Basics 2 Practice Time In Verse
    • Modify And Run Your First Verse Program In Unreal Editor For Fortnite
    • Modify And Run Your First Verse Program In Unreal Editor For Fortnite
    • Basics Of Writing Code 2 Basic Programming Concepts In Verse
    • Learn The Basics Of Writing Code In Verse
    VerseIsland · an archipelago of Verse & UEFN knowledge
    Learn Guides History About & Press Sources & Licensing Status

    Not affiliated with Epic Games. Fortnite, UEFN, Unreal Engine, and Verse are trademarks of Epic Games, Inc. Content is attributed to its source — see Sources & Licensing.