OK, most programmers (I think the biggest of the majority) of Basic (popular Visual Basic compiler) know what the use of Dim
is, but I also believe they do not know What does that word mean ...
Using
to use a value, Sub
to declare a sub method, Function
to a function, SyncLock
to close synchronization on an object, but anyway what is Dim ?
In other languages, such as C #, it is easy to put a% of var iable, in Python a% of def ine or def inition. I found on a site that means Dim ension, but, dimension? Is it really dimension or is there something else?