After this guard runs successfully, where is the unwrapped variable available?func describe(_ input: String?) { guard let text = input else { return } // line A }