valoeghese / Jason-Basic

Programming language for niche discord bot in private server
Other
2 stars 2 forks source link

Specify Initial Values of Array #7

Open valoeghese opened 3 months ago

valoeghese commented 3 months ago

Something like

# remaining values at indices 3 and 4 would be 0
DIM array 5 (1, 2, 3)
valoeghese commented 1 month ago

Allowing a = (0, 1, 2, 3) to have fixed values would also be cool. In this case size is inferred