Next: , Previous: Xgraph, Up: Commands


10.4.1 While - End

General Form:

          while condition
            statement
            ...
          end

While condition, an arbitrary algebraic expression, is true, execute the statements.