SHIFT+F2
File menu, Save command
The _pwbsavefile macro saves the current file to disk.
If the current file is a pseudofile (an untitled file), PWB displays the Save As dialog box so you can give the file a more meaningful name.
_pwbsavefile := cancel arg arg setfile <
Cancel
Establishes a uniform “ground state” by canceling any selection or argument.
Arg Arg Setfile
Writes the current file to disk.
<
Restores the function's prompt (if any). By default, function prompts are suppressed when a macro is running.
Arg, Cancel, Setfile