1
0

Fix C# post not appearing in feed

This commit is contained in:
Tim Van Baak 2025-03-04 08:55:36 -08:00
parent 292c4d2cfe
commit 76c6c5ae01

View File

@ -1,6 +1,6 @@
---
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`.