You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have already been thinking of adding structures. In my opinion default values for everything should be 0. If the value of a strcuture is 0, then it is intepreted so that every child is also 0. That way there can be recursive data structutes without having to save infinte amount of recursive data. Then there should also be some kind of way to test if the structure is empty or not, possibly with Is Nothing operator.
An easy way to create recursive datastructures (eg. linked lists).
In the current implementation, they have to be emulated through an array.
This implentation is limited-size. Some kind of structure type could make handling data of unknown size more reliable.
Suggested syntax:
The text was updated successfully, but these errors were encountered: