| Follow this link to run the tests in this page | 
| This tests are designed to run anywhere s8 can run, evaluating the following expression in a workspace | 
| "Evaluating first chunk of the s8 test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
]
 |