Function Entry: +

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: +

Name

+

Class

Function

Syntax

(+ [number ...])

Arguments and Values

  • zero or more numeric arguments

Description

Returns the sum of the arguments.

Return Values

Numeric sum.

Side Effects

None.

Exceptional Situations

Erroneous for non-numeric arguments or host-specific numeric overflow conditions.

Examples

  • (+ 1 2 3) => 6

Compatibility

Core arithmetic primitive across dialects.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes