Glados - ufLang
  • Home
  • Introduction
    • Installation
    • Code examples
    • Syntax
    • Accessibility
      • REPL
      • VS Code extension
    • Security Points
    • Inspirations and security in ufLang
  • ➕Operators
    • Arithmetic
    • Assignment
    • Comparison
  • 🏈Features
    • Prints
    • Classes
    • Types
      • Integer
      • String
      • Double
      • Boolean
      • Var
    • Loops
      • For
      • While
    • If / Else
    • Syntactic Sugar
    • Recursivity
    • Comment
Powered by GitBook
On this page
  1. 🏈Features
  2. Types

Double

A double is a 64-bit floating-point data type used to store decimal numbers.

var d : Double = 3.1415926535;

PreviousStringNextBoolean

Last updated 5 months ago