tildebyte / ChucK-plugin-for-ST3

A Sublime Text 3 plugin for ChucK (http://chuck.cs.princeton.edu).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iternotate.py should accept additional array notation

zeffii opened this issue · comments

iternotate.py should accept i..variable_name and i..variable_name[

where the extra [ indicates that it is an array (means it will add .cap() ), if it's not present then the variable is assumed to be a number.