"Officially", the names and comments are stripped, and the code is stored in a binary pre-compiled state. That format is decipherable but won't produce your original code. It will take some time to make it human-readable again. That's were reverse engineering comes in, as cap said: you need to guess what each variable means, what each function does, what their names should be, etc.
(°v°)