Skip to content

Commit 036b656

Browse files
Taojunshenesweet431opbld16Colin Robertsonopbld17
authored
11/23/2021 AM Publish (MicrosoftDocs#3940)
* Add gray border * LinkFix: cpp-docs-pr (2021-11) * Clarify C4146 per VCSig list (MicrosoftDocs#3923) * Clarify C4146 per VCSig list * Fix link issues. * Update enable CMake Presets * fix rel links * fix github 3528 * acrolinx * change order of example * Add version info to NMAKE macro functions * Bulk fix entity `&amp;` part 3 * threshhold test * Eliminate even more `&amp;` entities * Minimum Viable Phix * Once more into the `&amp;` breech * Add Visual Studio 2022 Platform Toolset Version * Add /fpcvt compiler option docs (MicrosoftDocs#3886) * Add /fpcvt compiler option docs * Fix copypasta error * Update fp conversion intrinsics, too. * Replace deleted table row * Acrolinx pass * Fix TOC issues * Add useful links to intrinsics * Updates per John Morgan, plus acrolink * Update version info * Clean up rvalue reference article * Fix to `/fpcvt` per John Morgan email * Reformat WeakRef class document. * Minimizing entity form of & (#3916) * Initial pass minimizing on &gt; entities (#3919) * Initial pass on &gt; entities * Fix everything. * Try without `&lt;` entities in title/desc * Clean up pass * Update docs/atl-mfc-shared/reference/cfiletime-class.md Co-authored-by: Tracey Torble <[email protected]> Co-authored-by: Erika <[email protected]> Co-authored-by: opbld16 <[email protected]> Co-authored-by: Colin Robertson <[email protected]> Co-authored-by: opbld17 <[email protected]> Co-authored-by: Christopher McClister <[email protected]> Co-authored-by: PRMerger16 <[email protected]> Co-authored-by: Laura Brenner <[email protected]> Co-authored-by: opbld15 <[email protected]> Co-authored-by: TylerMSFT <[email protected]> Co-authored-by: PRMerger18 <[email protected]> Co-authored-by: PRMerger4 <[email protected]> Co-authored-by: PRMerger6 <[email protected]> Co-authored-by: MohammadHadi Attarieh <[email protected]> Co-authored-by: PRMerger15 <[email protected]> Co-authored-by: PRMerger10 <[email protected]> Co-authored-by: Haig MacGregor <[email protected]> Co-authored-by: Tracey Torble <[email protected]>
1 parent 964bad7 commit 036b656

29 files changed

+1322
-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 &gt;= (MASM Run Time)"
3-
title: "operator &gt;= (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 &gt;= (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 &gt; (MASM Run Time)"
3-
title: "operator &gt; (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 &gt; (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 &lt;&gt;"
3-
title: "operator &lt;&gt;"
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)