File: forloop.cwl

package info (click to toggle)
texstudio 4.8.9%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 109,164 kB
  • sloc: cpp: 109,508; xml: 18,668; ansic: 8,977; python: 357; javascript: 177; sh: 147; makefile: 52
file content (10 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# forloop package
# Matthew Bertucci 11/10/2021 for v3.0

#include:ifthen

\forloop{counter}{initial value}{condition}{code}
\forloop[step]{counter}{initial value}{condition}{code}

\forLoop{start}{stop}{counter}{code}
\forLoop[step]{start}{stop}{counter}{code}