Fix C# post not appearing in feed
This commit is contained in:
parent
292c4d2cfe
commit
76c6c5ae01
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Lesser-known operators in C#
|
title: Lesser-known operators in C#
|
||||||
ffeed: post
|
feed: post
|
||||||
---
|
---
|
||||||
|
|
||||||
Most programming languages have operators, symbols or keywords that can be used to build up complex expressions and do all the things the programming language is meant to accomplish. A few operators are nigh-ubiquitous: arithmetic addition and subtraction via `+` and `-`, assignment via `=`, and logical junctions via `&&` and `||` or the keywords `and` and `or`.
|
Most programming languages have operators, symbols or keywords that can be used to build up complex expressions and do all the things the programming language is meant to accomplish. A few operators are nigh-ubiquitous: arithmetic addition and subtraction via `+` and `-`, assignment via `=`, and logical junctions via `&&` and `||` or the keywords `and` and `or`.
|
||||||
|
Loading…
Reference in New Issue
Block a user