Question: How to save all variables in the workspace?

I have searched and googled all over places, just couldn't figure out how to save all the variables in the current workspace. save all, "myfilename.m" doesn't work at all. There is no such usage in the documentation. When you have many variables, how do you save them all? ----------------- Two quick side questions(without opening a new thread): Q1: If you have two statements joined together, how to separate them? I am using GUI in Maple 11: Example: statement_x; statement_y; how to break them into: statement_x; statement_y; Every time I hit "Enter" after statement_x, both got executed. After long waiting(they happened to be both huge and messy), messy results were printed out, I have to scroll many pages, but these two statements were still together. Annoying! Q2: If there a way to temporarily suspend all outputs. It's sort of like a delayed evaluation, i.e. delay all the executions until a later time, let me focus on the layout of the problem first...
Please Wait...