CLI Guide

Use the show statement to embed comments in a script file that you want to display while the script
file is running. Enclose the text you want to display in quotation marks (" ").
show "Deletes the existing configuration";
clear storageArray Configuration;
40