Leonardo Popoca-Marquina

Edit a page

Created sections 1 through 5 for the for loop wiki. I added example code and outputs.

  • May 17, 2022 at 6:34 PM
  • Last updated almost 2 years ago
  • Visible to public
Miniscript

For

for is a keyword used to loop over a sequence (i.e. a list, map, or string). A for loop is used when you want to repeat a block of code a fixed number of times. For loops in Miniscript utilize the for each construct.