BRErr$

From BR Wiki
Revision as of 19:55, 6 April 2015 by Laura (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
BRERR$

BRErr$ is like err, except it gives the description of the error rather than the error number. For example, if your program gives an error beep and error number 682, typing brerr$(682) will give you an explanation of the error.

Available as of 4.3, maybe earlier.