1. Open the file in question.
2. Read a line from the file as a string
3. Parse that string into an identifier ("var1") and a value ("15")
4. Store the identifier and value using some method...