MathStudio  Blog  Share  Manual  Forums  Support  Sign In 
      
      
 
       Download Manual

Space Space Space
SCRIPTING

ALGEBRA

BASIC

CALCULUS

CAS

DATA

ELEMENTARY

GRAPHING

MANUAL

MATRIX

NUMBER

PLOT

SPECIAL

SPECIAL POLYNOMIALS

STATISTICAL

TRIGONOMETRIC

VECTOR CALCULUS
  Loop(variable, start, end, [step=1])
Loops through a block of code.

If the step is positive this functions loops until the variable initially set to start is greater than end.

If the step is negative this functions loops until the variable initially set to start is less than end.


Examples  


Related Functions
While





Copyright © 2012 Pomegranate Software.  All rights reserved.