array-size-error. ( obj -- )


Vocabulary
debugger

Error description
Thrown by <array>, <string>, <vector> and <sbuf> if the specified capacity is negative or too large.

Definition


: array-size-error. ( obj -- )
"Invalid array size: " write dup third . "Maximum: " write
fourth 1 - . ;