This is branched off my interpreter-objects branch, so make sure that is merged before this.
This contains steppers for arrays as well as the len, push and pop built ins.
Something I noticed when testing this in the editor - the len and pop built ins accept a single argument, but by default the call world node pops up two placeholders to put arguments. This means that you need to delete one of them to get it to work properly. This is not really a big deal, but it is slightly awkward so I figured I would mention this. Not sure if it worth doing anything about it at this point in time though.
This is branched off my interpreter-objects branch, so make sure that is merged before this.
This contains steppers for arrays as well as the len, push and pop built ins.
Something I noticed when testing this in the editor - the len and pop built ins accept a single argument, but by default the call world node pops up two placeholders to put arguments. This means that you need to delete one of them to get it to work properly. This is not really a big deal, but it is slightly awkward so I figured I would mention this. Not sure if it worth doing anything about it at this point in time though.