navinsubramani / LabVIEW-Script-Language

Developing a platform to develop scripts, compile and execute it in the LabVIEW development or run time environment
MIT License
8 stars 2 forks source link

Array assignment is not working #29

Open pranay001 opened 5 years ago

pranay001 commented 5 years ago

a=[1,2,3]

When compiling the above command, we are getting a syntax error.

navinsubramani commented 5 years ago

I assume if the below issue is implemented then the array will be working: https://github.com/navinsubramani/LabVIEW-Script-Language/issues/31#issue-484806828