.he 'MISHAP043''Page %'
.fo 'Aaron Sloman''February 78'
.sp
: 43 	Integer overflow on input
.br
pop11 can only handle fairly small integers. If you try to type
in one that's too big, or if your programs generate one that's too
big (e.g. by adding or multiplying numbers), you'll get this
error. Sometimes the solution is to use decimal numbers (reals)
instead of integers.
