DM Reference

DM Ref

❯

operators

❯

+= operator

+= operator

1 min read

Format

A += B

Set A equal to A + B. It is shorthand for A = A + B.

If A is an /icon, /matrix, pixloc, or vector, it will be changed rather than creating a new value and re-assigning it to A.

See also

  • *= operator
  • + operator
  • -= operator
  • = operator
  • = operator
  • operators

Graph View

  • Format
  • See also

Backlinks

  • len var (list)
  • matrix operators
  • Add proc (matrix)
  • Subtract proc (matrix)
  • *= operator
  • = operator
  • operators
  • -= operator
  • + operator
  • ++ operator
  • /= operator

Discord Bot

Look up reference entries and run DreamMaker code directly in Discord.

Add to DiscordOpen Playground

Built for BYOND 516.1688

Created with Quartz v4.5.0 © 2026

  • GitHub