ZacharyWesterman / paisley

Plasma Automation / Instruction Scripting Language
GNU General Public License v3.0
0 stars 0 forks source link

Add syntax shorthand to set a specific element in an array. #41

Closed ZacharyWesterman closed 11 months ago

ZacharyWesterman commented 11 months ago

Something like one of the following:

let var{3} = ...
let var[3] = ...

Need to think about it from a language consistency perspective