July 14, 2012
2:37 p.m.
We could just add a good version of #version to SystemPlatform in 1.4. Because what is called on 1.4 is #version of ClassDescription which is related to a concept of class versions which seems to be some arcane stuff in need of cleanup.
version "Return the version number string of the platform we're running on" "OSPlatform version"
^(Smalltalk vm getSystemAttribute: 1002) asString
yes