Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/4th/lib/throw.4th

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\ 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]

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.