Closed matthias-springer closed 9 years ago
This works: stream nextPutAll: 123457898765431. But this fails: stream nextPutAll: (LargePositiveInteger new: 4).
stream nextPutAll: 123457898765431.
stream nextPutAll: (LargePositiveInteger new: 4).
This works:
stream nextPutAll: 123457898765431.
But this fails:stream nextPutAll: (LargePositiveInteger new: 4).