CircuitGizmos

Electronic Products for Creative Minds

  • Home
  • Gizmo Store/Products
  • Documentation/Datasheets
  • Projects/Libraries
  • GizmoBlog
  • Services/Contact
    • Design
    • Contact Gizmo!
  • Your Gizmo Cart
    • Your Account

DO LOOP

DO

<statements>

LOOP

This structure will loop forever; the EXIT command can be used to terminate the loop or control must be explicitly transferred outside of the loop by commands like GOTO or RETURN (if in a subroutine).

See also:

DO LOOP UNTIL

DO WHILE LOOP

EXIT

EXIT FOR

FOR TO STEP

LOOP UNTIL

NEXT

WHILE WEND

Applies to:

CGCOLORMAX

CGMMSTICK

CGMICROBOARD

CGMICROMITE

DO LOOP UNTIL

DO
<statements>
LOOP UNTIL expression

Loops until the expression following UNTIL is true. Because the test is made at the end of the loop the statements inside the loop will be executed at least once even if the expression is false.

See also:

DO LOOP

DO WHILE LOOP

EXIT

EXIT FOR

FOR TO STEP

LOOP UNTIL

NEXT

WHILE WEND

Applies to:

CGCOLORMAX

CGMMSTICK

CGMICROBOARD

CGMICROMITE

DO WHILE LOOP

DO WHILE expression
<statements>
LOOP

Loops while “expression” is true (this is equivalent to the older WHILE-WEND loop, also implemented in MMBasic). If, at the start, the expression is false the statements in the loop will not be executed, even once.

See also:

DO LOOP

DO LOOP UNTIL

EXIT

EXIT FOR

FOR TO STEP

LOOP UNTIL

NEXT

WHILE WEND

Applies to:

CGCOLORMAX

CGMMSTICK

CGMICROBOARD

CGMICROMITE

  • 1
  • 2
  • Next Page »

A Ton of Documentation

Open all | Close all

Projects made by Gizmo, Friends, and Members

open all | close all

Recent GizmoBlog Musings

  • Altair 8800 using a ColorMax!
  • Re-energizing the ColorMax, Pt. 3

Visit us!

  • Facebook

Electronic Products for Creative Minds

CircuitGizmos is your source for electronic products that help you create your embedded projects. Here at CircuitGizmos.com you will find a friendly store filled with creative products and all of the documentation that you need to use these gizmos.

We create devices that we believe make electronics fun, but we also know that our products are used for professional designs. For decades we have designed products for commercial, military, and medical industries. Our gizmos here are great for engineers and hobbyists alike.

Copyright © 2008+ CircuitGizmos, L.L.C. All rights reserved

Image already added

Recently Viewed Products

Copyright © 2023 · Generate Pro Theme on Genesis Framework · WordPress · Log in