while learning to code, sometime I would like to create a concept that is (eg) the name of a function (which is case-sensitive) xyz(). (It’s necessary for me to be able to properly define them + link them elsewhere if necessary)
I’m stuck with naming them “Function xyz()” at the moment to have the proper name of the function.
Is this just bothering me? is there an alternative way to do so?
(I think triple ::: would be OK as an alternative to capitalization + :: )
I’m probably alone thinking this is annoying