LargePositiveInteger into a plugin

Bruno Luca lethalman88 at gmail.com
Wed Aug 9 20:41:46 UTC 2006


Hello,
i've a SmartSyntaxInterpreterPlugin with this method:

primitiveName
	self primitive: 'primitiveName' parameters: #(SmallInteger)

But i need to pass a LargePositiveInteger not a SmallInteger, i really  
don't know how to do it. If i put parameters: #(LargePositiveInteger) i  
think it's not the right way since the primitive fails.
Any suggestion?

Thanks.

-- 
www.lethalman.net - Thoughts about internet technologies



More information about the Squeak-dev mailing list