Skip to content

Commit bb198da

Browse files
Colin Robertsonttorble
andauthored
Initial pass minimizing on > 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 <v-trtorb@microsoft.com>
1 parent 5a8e09a commit bb198da

17 files changed

Lines changed: 1146 additions & 1142 deletions
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)

0 commit comments

Comments
 (0)