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

Parameters

You can use [ and ] brackets to automatically make an array of assignments. These three all mean the same thing:

[name, age]
name = undefined, age = undefined
(name, undefined), (age, undefined)
PreviousObjectsNextFunctions

Last updated 2 years ago

Was this helpful?