ulisp icon indicating copy to clipboard operation
ulisp copied to clipboard

Entering an out-of-range integer at the reader should give an error

Open technoblogy opened this issue 6 years ago • 2 comments

If you read an integer that's out of range, currently it gets truncated:

313> (print 88888)

23352 

It should give an "Integer out of range" error.

technoblogy avatar Apr 18 '18 08:04 technoblogy