Thanks for the spellchecking link !
I’ve seen a youtube demo where the plural in an expression plus its singular were used to difrenciate “a record” …From its “array” such as :
greeting from greetings
…but later I saw that a similar plural distinction was used within the variable name : itemSoflist …(if I got that right)
I thought Kotlin could only “understand” the difference if the “S” (or plural) was located at the end of a var name:
player / players
-So, is there really some Syntax rule that helps Kotlin to diferenciate a plural “s” rule within a var name ???
itemsinstock / iteminstock ?
*quite amazing …while so logical indeed !