z80:Directives:REPEAT/REPT

From Learn @ Cemetech
Revision as of 17:49, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Repeat a series of statements in a loop.

Syntax

   .rpt count
       ;statements go here
   .loop; Functions similarly to "End" in TI BASIC.

See Also

for while