Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 1.04 KB

File metadata and controls

50 lines (46 loc) · 1.04 KB
title .REPEAT | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
.REPEAT
dev_langs
C++
helpviewer_keywords
.REPEAT directive
ms.assetid cb8ad8c6-587b-42f9-a0ad-b5316a24918c
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

.REPEAT

Generates code that repeats execution of the block of statements until condition becomes true. .UNTILCXZ, which becomes true when CX is zero, may be substituted for .UNTIL. The condition is optional with .UNTILCXZ.

Syntax

  
   .REPEAT  
statements  
.UNTIL condition  

See Also

Directives Reference