$$f;g:[a,b] \rightarrow R \, \, \forall x \in (a;b) \, \, g'(x) \neq 0,$$ $f,g$ are differentiable in $(a,b)$. If $$\lim_{x \to a} f(x) = \lim_{x \to a }g(x) = 0$$ and there exists a $$\lim_{x \to a} \frac{f'(x)}{g'(x)},$$ then $$\lim_{x \to a} \frac{f(x)}{g(x)}=\lim_{x \to a} \frac{f'(x)}{g'(x)}$$
Then two functions are constructed $F(x) =\begin{cases} f(x),&\text{if }x\neq a\\0,&\text{if }x=a\end{cases}$ and $G(x) =\begin{cases}g(x),&\text{if }x\neq a\\0,&\text{if }x=a\end{cases}$.
My question is about continuity of the functions $F'(x), G'(x)$. They both are continuous near point $a$, except when $x=a$. In the proof it's explained that they are also continuous at $x=a$, because at $x=a$, $F(x)=\lim_{x \to a}f(x) = 0$. I don't get why it's possible to express $F(x)$ as $\lim_{x \to a}f(x)$ when $x= a$. Or rather why the fact that $x\neq a$ implies that $x$ tends to $a$. Can someone explain?