I'm on a Mac and can't try it for myself right now.
For example, will this compile:
namespace 2something.something.else { }
No, you can't. A namespace name is an identifier and the grammar for the first character of identifiers is:
identifier_start_character
: letter_character
| '_'
;
That means that the first character has to be an underscore or a letter (including letters in non-Latin scripts, such as Arabic or Chinese).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With