Next: , Previous: , Up: SmallInteger   [Index]


1.155.5 SmallInteger: builtins

at: anIndex

Answer the index-th indexed instance variable of the receiver. This method always fails.

at: anIndex put: value

Store value in the index-th indexed instance variable of the receiver This method always fails.

basicAt: anIndex

Answer the index-th indexed instance variable of the receiver. This method always fails.

basicAt: anIndex put: value

Store value in the index-th indexed instance variable of the receiver This method always fails.

scramble

Answer the receiver with its bits mixed and matched.