In a lot examples you see that people use the letter m as an object:
m.something = 4
? m.something
returns 4 to the screen, and:
? something
also returns 4 to the screen, and in the debugger you can't see object m, only 'something'. So my question is what is the letter 'm', and where do you use it for?
Thanks,
Charl
m.something = 4
? m.something
returns 4 to the screen, and:
? something
also returns 4 to the screen, and in the debugger you can't see object m, only 'something'. So my question is what is the letter 'm', and where do you use it for?
Thanks,
Charl