constantForIndex

fun constantForIndex(index: Int): AvailObject

Answer the AvailObject having the given one-based index in the static constantsList.

Return

The AvailObject at the given index.

Parameters

index

The one-based index of the constant to retrieve.