Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 649 Bytes

File metadata and controls

32 lines (28 loc) · 649 Bytes
title .WHILE | 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
.WHILE
dev_langs
C++
helpviewer_keywords
.WHILE directive
ms.assetid 7c5e78ae-1bfd-4dcf-aa4c-ba940bcf7793
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen

.WHILE

Generates code that executes the block of statements while condition remains true.

Syntax

  
   .WHILE condition  
statements  
.ENDW  

See Also

Directives Reference