Class Array


back
at: index ifAbsent: exceptionBlock
(self includesKey: index)
ifTrue: [ ^ <30 self index>]
ifFalse: [ ^ exceptionBlock value ]