☁️
DreamTode
  • Introduction
  • Types
  • Primitives
  • Arrays
  • Assignments
  • Objects
  • Parameters
  • Functions
  • Declarations
  • Templates
  • Instances
  • Custom Types
  • Dynamic Arrays
  • Ownership
  • It
  • Examples
Powered by GitBook
On this page
  • Int
  • Float
  • Bool
  • String
  • Name

Was this helpful?

Primitives

DreamTode has all the usual primitives.

Int

28
42
0
-1

Float

28.0
3.14

Bool

true
false

String

"Hello world!"
"Lu"

Name

age
score
PreviousTypesNextArrays

Last updated 2 years ago

Was this helpful?