Skip to content

Math & Numbers

KerbalMissile edited this page Mar 14, 2026 · 1 revision

Nova includes some built in math features for you to use!

Math

Addition: + Subtraction: - Multiplication: * Division: /

Numbers

You can pull a random number by doing rand() you can either set a range, like this rand(1-100), or have it pick from a list numbers like this rand(1, 2, 3, 4, 5).

Nova Link Sidebar

Built-in Functions & Utilities

Math & Numbers

Variables & Data Types:

Loops & Conditionals:

File Reading & Writing

GUI & Event Handlers

Nova Tools

Inputs

Compiler & Interpreter

VS Code Extension

Clone this wiki locally