On which OS are you?
If Windows:
When you run your app, do you get a (black) console window, and do you see the output?
On Linux:
If you open menu View > Debug Windows > Console Output: Do you see the output of your program there?
Note that the "Console Output" is a simple console with no support for control sequences. So things like "ClrScr" from crt will not work.
------------
Also you point to line 15.
Does that mean it works on line 10?
Again what OS (and if linux, do you use the above "console output"?
What OS version?
If you start outside the IDE, from a terminal: Does it work then?
If you start in the debugger and set a breakpoint: What is in nombre_cliente after the "ignored" readln?