Introduction
Script files let you save and run a set of commands all at once. The editor helps you write and fix these commands easily.
You want to repeat a set of calculations without typing them again.
You need to save your work to share with others or use later.
You want to organize your commands in one place for a project.
You want to test different ideas by editing and running code quickly.
You want to avoid mistakes by checking your code in the editor before running.