Function Entry: 1+

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

Function Entry: 1+

Name

1+

Class

Function

Syntax

(1+ number)

Arguments and Values

  • number: integer or real.

Description

Increments number by 1.

Return Values

The input number plus 1. Return type matches input type: integer for integer input, real for real input.

Side Effects

None.

Examples

  • (1+ 5) returns 6.
  • (1+ -17.5) returns -16.5.

Availability

  • AutoCAD 2026: documented.
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.