Wiki

Changes between Version 2 and Version 3 of Variables

Show
Ignore:
Timestamp:
01/16/13 00:17:16 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Variables

    v2 v3  
    2020== Local Variables == 
    2121 
    22 Local variables are created and used within a method. [[BR] 
     22Local variables are created and used within a method. [[BR]] 
    2323They are used for temporary storage or calculation and are named starting with a leading  
    2424lowercase letter (no leading underscores or punctuation). 
     
    3232Local variables can be explicitly typed if desired otherwise they infer their type from the 
    3333type of what they are assigned from.[[BR]] 
    34 If explicitly declared (or typed) they can also have the usual AccessModifiers for variables imposed on them. 
    3534 
    3635{{{