# Example structure for your hint: ApplyPenalty(PenaltyPoints: int) : void = PendingScore -= PenaltyPoints if (PendingScore < 0): PendingScore = 0 defer: UpdateUI()