I have a problem with evaluating the probability mass at $K$ for truncated exponential disribution:
$$ F(t)= \begin{cases} 0,& t<0\\ 1-e^{-\lambda t}, & 0\leq t<K\\ 1, & t\geq K \end{cases} $$
How to find the probability mass at a single point in $K$? In the lecture it is written that it should be $e^{-\lambda K}$. But why? Thanks in advance.