; AlphaBASIC Error codes
;^F^J
%                     AlphaBASIC Error codes                           %

       ^            Code          Meaning^
                   ----    ------------------------
                     1     Control-C interrupt
                     2     System error
                     3     Out of memory
                     4     Out of data
                     5     NEXT without FOR
                     6     RETURN without GOSUB
                     7     RESUME without ERROR
                     8     Subscript out of range
                     9     Floating point overflow
                    10     Divide by zero
                    11     Illegal function value
                    12     XCALL subroutine not found
                    13     File already open
                    14     IO to unopened file
                    15     Record size overflow
                    16     File specification error
                    17     File not found

%                     AlphaBASIC Error codes                           %

    ^               Code          Meaning^
                   ----    ------------------------
                    18     Device not ready
                    19     Device full
                    20     Device error
                    21     Device in use
                    22     Illegal user code
                    23     Protection violation
                    24     Write protected
                    25     File type mismatch
                    26     Device does not exist
                    27     Bitmap kaput
                    28     Disk not mounted
                    29     File already exists
                    30     Redimensioned array
                    31     Illegal record number
                    32     Invalid filename
                    33     Stack overflow

                   % May the Force be with You %
\
END OF HELP FILE^