Resolved! "continue" syntax for Jelly script's "while" looping
Would actually address this question to those with experience in scripting/programming.There are cases when you want to skip to next looping iteration using continue; syntax in programming.What jelly script syntax do you use to do such approach?Examp...