79194015

Date: 2024-11-15 21:41:39
Score: 1
Natty:
Report link

The problem is that B$ has already been defined (explicitly or implicitly) before your line 4240.

Per the documentation, https://www.sol20.org/manuals/basic5.pdf, DM error means:

Dimension error. Attempt to dimension (DIM) array more than once in program

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Ray Wallace