returnfunction() -- Get the index integer for the "Pool" class. localclassDerivationLevel = GetClassDerivationLevel("Pool") -- Create a valid Printf return. ifclassDerivationLevel == nilthen Printf("The return is nil") else Printf("The ClassDerivationLevel index for 'Pool' is: %i", classDerivationLevel) end end