☁️
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

Was this helpful?

Assignments

The = operator does the same thing as a comma. Both of these mean the exact same thing:

age = 28
age, 28
PreviousArraysNextObjects

Last updated 2 years ago

Was this helpful?