vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.13k stars 135 forks source link

#continuedo? #243

Closed tueda closed 1 year ago

tueda commented 6 years ago

We have #breakdo to break #do-loops, but there is no #continuedo (or #nextdo in a Perlish/Rubist's way). They can be used for "goto" control flows in an organized way, avoiding nested #if-#else-#end, and so useful to keep code simple. #return to jump to the end of a procedure is also reasonable.