Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

integer division by zero trapped

Metadata

  • Code: E8004
  • Default level: Error
  • Phase: Runtime
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E8004
  • Tags: runtime, arith

How to fix

  • guard divisor
  • use checked ops

Typical output

E8004: runtime divide by zero
note: integer division by zero trapped