\ 4tH library - THROW CODES - Copyright 2006 J.L. Bezemer
\ You can redistribute this file and/or modify it under
\ the terms of the GNU General Public License
[UNDEFINED] E.USER [IF]
\ 4tH error messages
1 constant E.USER
0 constant E.NOERRS
-1 constant E.NOMEM
-2 constant E.BADOBJ
-3 constant E.SOVFLW
-4 constant E.SEMPTY
-5 constant E.ROVFLW
-6 constant E.REMPTY
-7 constant E.BADSTR
-8 constant E.BADVAR
-9 constant E.BADADR
-10 constant E.DIVBY0
-11 constant E.BADTOK
-12 constant E.BADRDX
-13 constant E.NONAME
-14 constant E.IOERR
-15 constant E.ASSERT
-16 constant E.THROW
-17 constant E.BADDEV
-18 constant E.BADLIT
-19 constant E.BADPTR
-20 constant E.NONEST
-21 constant E.NOPROG
-22 constant E.NODECL
-23 constant E.NOJUMP
-24 constant E.NOSTR
-25 constant E.NULSTR
-26 constant E.DUPNAM
-27 constant E.CABORT
[THEN]
|