Casio Graphical Calculator Encyclopaedia

Construct: Do..LpWhile
Type: Looping construct
Usage:

Do <statements> LpWhile <expr>

Definition:

Executes <statements> and then tests <expr>. If it is true (non-zero), the <statements> are repeated. This continues until <expr> is evaluated as false (zero). Control then passes to the statement after the LpWhile.

Other information:

This construct suffers from the bug currently documented under Break, which sends the calc into an infinite loop.
See also: While..WhileEnd, For..Next, Break, Goto
Return to index
This page was created by Tom Lynn. Comments etc. to: thl22@cam.ac.uk.
This page last updated: Friday, 30 April, 1999

Written in notepad and compiled with WTA, for clean, consistent HTML.

Validate this page with WebTechs  - Validate this page with KGV  - Best Viewed With Any Browser