[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[S8ObjC] 000 definitions

Scan the following code to run this page

SwikiCodeRobot @> #testS8ObjCDefinitions

"Accessing module and initializing interface"
(Smalltalk includesKey: #S8ObjC) ifFalse: [
	self print: 'S8ObjC required'.
	^self abort
].
S8ObjC current handle isNil ifTrue: [
	self error: 'Missing binding'
].