BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

support access to array members #61

Closed StephanWald closed 1 year ago

StephanWald commented 1 year ago
DIM X[19,3]
X[1,3]=12

dim Y$[10]
y$[1](2,1)="TEST"
dhuebner commented 1 year ago
dhuebner commented 1 year ago

The example mentioned above are working now.