Open cqcallaw opened 8 years ago
Allow the value of an array, set, map, etc. to be defined literally in the source code
Arrays syntax: [ item, item, item ] Set syntax: { item, item, item } Map syntax: { key:value, key:value, key:value }
Allow the value of an array, set, map, etc. to be defined literally in the source code