For loop

From SMath Wiki
Jump to navigation Jump to search

for loops are accessed via the function menu, or the programming functions panel. If you type for into your worksheet it won't do what you expect.

Advice: Choose it from the Programming palette

There are two forms of for. The first is the one that appears when you first press the for button. It steps the variable through each element of the matrix in the second argument. The ε sign means 'is an element of'

The second method is started the same way, but when you enter a comma the for line changes to the other mode.

In order to write longer programs you need to add line blocks.


This page is inspired by legacy wiki article https://smath.info/wiki/for.ashx.