You can evaluate the following expression to load the code in this page |
SwikiCodeRobot @> #testChart8Index |
"Evaluating first chunk of the test set" (Smalltalk includesKey: #Smalltalk) ifFalse: [ self print: 'Require s8 execution environment.'. self abort ]. (Smalltalk includesKey: #NSObject) ifFalse: [ self print: 'Require coco8 platform.'. self abort ]. Smalltalk nativeObjectAt: #HIChart ifAbsent: [ self print: 'Require High Charts application and framework.'. self abort ]. |