Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Code-formatted 'greater than' doesn't need to be escaped #329

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following example demonstrates the use of the `||>` operator.
**Output:**

```
("abc", "def") ||> append gives "abc.def"
("abc", "def") ||> append gives "abc.def"
result2: "ABC.DEF"
```

Expand All @@ -79,4 +79,4 @@ Supported in: 2.0, 4.0, Portable
## See Also
[Core.Operators Module (F#)](Core.Operators-Module-%5BFSharp%5D.md)

[Microsoft.FSharp.Core Namespace (F#)](Microsoft.FSharp.Core-Namespace-%5BFSharp%5D.md)
[Microsoft.FSharp.Core Namespace (F#)](Microsoft.FSharp.Core-Namespace-%5BFSharp%5D.md)