Next:
SmallInteger-coercion
, Previous:
SmallInteger-built ins
, Up:
SmallInteger
1.152.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.