Hi,
i am just wondering why the name of the new #Empty$ and #Null$ constants are not all in upper case.
Greetings
Uwe
PB5.40B8 - #Empty$ should be #EMPTY$
PB5.40B8 - #Empty$ should be #EMPTY$
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Re: PB5.40B8 - #Empty$ should be #EMPTY$
#True, #False 

- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: PB5.40B8 - #Empty$ should be #EMPTY$
Virtually all the words PureBasic knows are expressed in CamelCase. For these two to be different would confuse things.
BERESHEIT
Re: PB5.40B8 - #Empty$ should be #EMPTY$
Only Windows constants are uppercase. PureBasic constants, as mentioned above, have always been camelcase.
Re: PB5.40B8 - #Empty$ should be #EMPTY$
Also, PB constants are # prefixed, so caps are not needed to differentiate.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum