Skip to content

Commit 05cbe0a

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents 7c70a63 + 0794324 commit 05cbe0a

28 files changed

+1321
-1316
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
description: "Learn more about: operator &"
2+
description: "Learn more about: Microsoft Assembler (MASM) operator &"
33
title: "operator &"
44
ms.date: "12/17/2019"
55
f1_keywords: ["&", "operator &"]
66
helpviewer_keywords: ["& operator, syntax", "AND operator", "& operator"]
77
ms.assetid: f3c51a54-48ba-4b99-afed-5c45177bf694
88
---
9-
# operator `&`
9+
# operator `&` (MASM)
1010

11-
Bitwise **AND**. Used only within [.IF](dot-if.md), [.WHILE](dot-while.md), or [.REPEAT](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
11+
Bitwise **AND**. Used only within [`.IF`](dot-if.md), [`.WHILE`](dot-while.md), or [`.REPEAT`](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
1212

1313
## Syntax
1414

15-
> *expression1* **&** *expression2*
15+
> *expression1* **`&`** *expression2*
1616
1717
## See also
1818

19-
[Operators Reference](operators-reference.md)\
20-
[MASM BNF Grammar](masm-bnf-grammar.md)
19+
[Operators reference](operators-reference.md)\
20+
[MASM BNF grammar](masm-bnf-grammar.md)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
description: "Learn more about: operator >= (MASM Run Time)"
3-
title: "operator >= (MASM Run Time)"
2+
description: "Learn more about: Microsoft Assembler operator >= (MASM runtime)"
3+
title: "MASM perator >= (runtime)"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator >="]
66
helpviewer_keywords: [">= operator, comparing specific objects", "operator >="]
77
ms.assetid: c7366d99-f7b8-4eb8-b5df-6dc74491b114
88
---
9-
# operator >= (MASM Run Time)
9+
# operator `>=` (MASM runtime)
1010

11-
Is greater than or equal to. Used only within [.IF](dot-if.md), [.WHILE](dot-while.md), or [.REPEAT](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
11+
Greater than or equal to operator. Used only within [`.IF`](dot-if.md), [`.WHILE`](dot-while.md), or [`.REPEAT`](dot-repeat.md) blocks and evaluated at runtime, not at assembly time.
1212

1313
## Syntax
1414

15-
> *expression1* **>=** *expression2*
15+
> *expression1* **`>=`** *expression2*
1616
1717
## See also
1818

1919
[Operators reference](operators-reference.md)\
20-
[MASM BNF Grammar](masm-bnf-grammar.md)
20+
[MASM BNF grammar](masm-bnf-grammar.md)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
description: "Learn more about: operator > (MASM Run Time)"
3-
title: "operator > (MASM Run Time)"
2+
description: "Learn more about: Microsoft Assembler (MASM) operator > (MASM runtime)"
3+
title: "MASM operator > (runtime)"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator >"]
66
helpviewer_keywords: ["> operator, comparing specific objects", "operator >"]
77
ms.assetid: f2244900-8ddf-4e8c-9ab0-68b9118a6f75
88
---
9-
# operator > (MASM Run Time)
9+
# operator `>` (MASM runtime)
1010

11-
Is greater than. Used only within [.IF](dot-if.md), [.WHILE](dot-while.md), or [.REPEAT](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
11+
Greater than operator. Used only within [`.IF`](dot-if.md), [`.WHILE`](dot-while.md), or [`.REPEAT`](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
1212

1313
## Syntax
1414

15-
> *expression1* **>** *expression2*
15+
> *expression1* **`>`** *expression2*
1616
1717
## See also
1818

1919
[Operators reference](operators-reference.md)\
20-
[MASM BNF Grammar](masm-bnf-grammar.md)
20+
[MASM BNF grammar](masm-bnf-grammar.md)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
description: "Learn more about: operator <>"
3-
title: "operator <>"
2+
description: "Learn more about: Microsoft Assembler (MASM) operator <>"
3+
title: "MASM operator <>"
44
ms.date: "12/17/2019"
55
f1_keywords: ["<>", "operator <>"]
66
helpviewer_keywords: ["operator <>", "<> operator"]
77
ms.assetid: bc5acf43-df3e-499b-a3ed-1672cfa0d1ed
88
---
9-
# operator &lt;&gt;
9+
# MASM operator `<>`
1010

1111
Treats *text* as a single literal element.
1212

1313
## Syntax
1414

15-
> __\<__*text*__>__
15+
> __`<`__*text*__`>`__
1616
1717
## See also
1818

1919
[Operators reference](operators-reference.md)\
20-
[MASM BNF Grammar](masm-bnf-grammar.md)
20+
[MASM BNF grammar](masm-bnf-grammar.md)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
description: "Learn more about: operator && (MASM Run Time)"
2+
description: "Learn more about: Microsoft Assembler (MASM) operator && (MASM runtime)"
33
title: "operator && (MASM Run Time)"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator &&"]
66
helpviewer_keywords: ["operator &&", "&& operator"]
77
ms.assetid: 0a633a40-114c-48f5-88ff-09bc8d9b281a
88
---
9-
# operator `&&` (MASM Run Time)
9+
# operator `&&` (MASM runtime)
1010

11-
Logical **AND**. Used only within [.IF](dot-if.md), [.WHILE](dot-while.md), or [.REPEAT](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
11+
Logical **AND**. Used only within [`.IF`](dot-if.md), [`.WHILE`](dot-while.md), or [`.REPEAT`](dot-repeat.md) blocks and evaluated at runtime, not at assembly time.
1212

1313
## Syntax
1414

15-
> *expression1* **&&** *expression2*
15+
> *expression1* **`&&`** *expression2*
1616
1717
## See also
1818

1919
[Operators reference](operators-reference.md)\
20-
[MASM BNF Grammar](masm-bnf-grammar.md)
20+
[MASM BNF grammar](masm-bnf-grammar.md)

0 commit comments

Comments
 (0)