[askscript] How about we implement push/append to an array? #387
Labels
AskVM
./src/askvm/**
enhancement
New feature or request
first-timers-only
good first issue
Good for newcomers
help wanted
Extra attention is needed
type:resources
related to AskVM resources
Milestone
While writing AskScript examples, I wanted to append to an array twice already.
Alas, the best I could do is to write:
which is not that easy readable.
I'd prefer to have push/append, like in Javascript:
The text was updated successfully, but these errors were encountered: