Changes

Line 60: Line 60:     
Stores a series of key value pairs. For example if you wanted to store a count for each day of the week you could create a dictionary called dayOfWeekCount and have a series of entries such as dayOfWeekCount [monday] = 1, dayOfWeekCount [tuesday] = 3 etc.
 
Stores a series of key value pairs. For example if you wanted to store a count for each day of the week you could create a dictionary called dayOfWeekCount and have a series of entries such as dayOfWeekCount [monday] = 1, dayOfWeekCount [tuesday] = 3 etc.
 +
 +
 +
 +
 +
==<p><b>More information</b></p>==
 +
 +
=== Local ===
 +
 +
'''Simplified:'''
 +
 +
The syntax {} or [] can be selected from the Settings screen > Magic Text Default Bracket Style. That is, {LocalVariableName} or [LocalVariableName].
editors
241

edits