Open main menu

Changes

141 bytes added ,  16:22, 11 November 2019
no edit summary
|attributes=
}}
 
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>dorecurse</syntax>
== [[Help:Reference|Syntax]] ==
** {{cmd|exitloop}} to exit a loop.
** {{cmd|exitloopnow}} to immediately exit a loop.
** {{cmd|looplevelrecurselevel}} to know which iteration the loop is in.** {{cmd|loopdepthrecursedepth}} to know how many nested loops deep we are.
* {{cmd|input}} is also often used to produce dummy text.
* [[Programming_in_LuaTeX#Loops_without_worrying_about_expansion|LuaTeX]] for heavier-duty looping and iterating.
* {{cmd|definecounter}} to define custom numeric counters.
== Help from ConTeXt-Mailinglist/Forum ==