//Section
// this part is section 1
any script = {1,2,3}
/* if I am on this section, only this piece fo code would be executed */
//Section
// this part is section 2
another piece of code << get me a break into sections' command!
/* if I am on this section, only this piece fo code would be executed */
Hi,
I frequently use JSL to automate data processing and reporting and it would handy if there would be a "key string" for example "//Section" that would allow me to break a code in different parts.
What is the benefit? If we are allowed to create this "sections" (or "cells" if you prefer that name), it would be much easier to execute parts of a code during the code development and/or testing, or I only want to run a specific section for reason X. This section break would avoid the annoying task of highlighting the part of the code I want to run. That would also mean that a command to only run the "current section" is needed.
Thanks!