Function Entry: MOD

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

Function Entry: MOD

Name

mod

Class

BricsCAD Extension Function

Syntax

(mod n divisor)

Description

Returns the modulo (remainder) of n / divisor. AutoCAD analogue: rem.

Return Values

Vendor-defined; see Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the BricsCAD-Specific LISP Functions catalogue page.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

See Also

  • AutoCAD analogue: rem (chapter 8). BricsCAD ships both mod and rem; AutoCAD ships only rem.

Source Notes