# Pharo 12
- 17029-Image-crash-or-errors-when-openning-another-developper-Pharo-11-image
#17117
https://github.com/pharo-project/pharo/pull/17117
- Backport addition of discardBuffer to
ZnBufferedReadStream>>#readInto:startingAt:count in the case that the buffer is
bypassed #
Distinguishing between stateful Objects and Values has long been recognized
as fruitful. Values are universal context-free abstractions that prevent
side effects and allow for a functional programming style. Though
programming languages provide simple Values like Integer and String, more
complex Va