G
Guest
I recently saw the name of this programming language depicted like:
HTML: C<sup>#</sup>
Is this -somehow- official?
HTML: C<sup>#</sup>
Is this -somehow- official?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nicholas Paldino said:Marco,
What you are looking at is a representation of the name. The <sup> tag
means that it is supposed to be superscript, elevated. It's still C#, just
presented in the way you would see in musical notation (when viewed in a
browser).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Marco Dorantes said:I recently saw the name of this programming language depicted like:
HTML: C<sup>#</sup>
Is this -somehow- official?
Marco Dorantes said:Is that additional format for its name also official?
Nicholas Paldino said:Marco,
What you are looking at is a representation of the name. The <sup>
tag
means that it is supposed to be superscript, elevated. It's still C#,
just
presented in the way you would see in musical notation (when viewed in a
browser).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
message
I recently saw the name of this programming language depicted like:
HTML: C<sup>#</sup>
Is this -somehow- official?
Nicholas Paldino said:Marco,
No, the format has nothing to do with the name. It's the same thing as
representing the number 11. In decimal, it is "11", in hex, it is "b", in
octal, it is "13", etc, etc. The value is still 11.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Marco Dorantes said:Is that additional format for its name also official?
Nicholas Paldino said:Marco,
What you are looking at is a representation of the name. The <sup>
tag
means that it is supposed to be superscript, elevated. It's still C#,
just
presented in the way you would see in musical notation (when viewed in a
browser).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
message
I recently saw the name of this programming language depicted like:
HTML: C<sup>#</sup>
Is this -somehow- official?
Marco Dorantes said:Actually, checking the language specification document, the # sign has
superscript format indeed.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.