MPW basics

Work in progress…

Issue commands by typing into the Worksheet, the Worksheet is the “hub” of MPW that ties everything together. The Worksheet is automatically saved when you exit MPW.

MPW treats the second topmost window as the target window. Commands you write into the topmost window will affect the target window.

Worksheet commands are executed by pressing Enter (not Return!) on your numpad, if you have no numpad you can use CMD+Return instead.

Go to line number

This will go to and highlight a given line number in the target window, good for finding syntax errors in large files.

Find 120