ashmind / language-syntax-explanations

📚 Language syntax explanations used by SharpLab
https://sharplab.io/#v2:C4LgpgHgDgNghgSwHYBoAmIDUAfAAgBgAJcBGAbgFgAoXAZmICZCBhQgb0M8Oq+PtwAshALIAKZIWTBCcFIXFJgc0vgCUhAEbq2PXl0GEAMqO269hAL5m913lMIRCAXkJowAMzgBXGMEpVzTgR3eQ1JAGdCADc4ACdo1VsuAEhSAE5RKNUyQNzuAK4rAs5rOklFQgAFZwA+Qlp/CyA==
10 stars 3 forks source link

^ operator #48

Open svick opened 5 years ago

svick commented 5 years ago

While the ^ operator is likely going to be familiar to anyone coming to C# from a C-family language, people new to programming or coming from other languages might be unfamiliar with it. Since ~ and % already have explanations, I think ^ should too.

ashmind commented 5 years ago

Thanks for reporting! This definitely makes sense -- I'll include into the next milestone.