I created some functions in mathematica and saved them via Save["filename",symbol] It works just fine and loads the functions in whatever notebook I want them and I don't have to specify folder or package. Is there a way to see a list of saved objects? Are they saved in human readable file?
In the future I plan to use packages but now I have many global variables and packages are not comfortable with that.
FilePrint@"filename"or do you want only a list of symbols? – Kuba May 10 '17 at 19:46