Dein Suchergebnis zum Thema: Samen

How to create a new data type: set? – Page 2 – Advanced Help with Snap! – Snap! Forum

https://forum.snap.berkeley.edu/t/how-to-create-a-new-data-type-set/13847?page=2

I’m attempting to create a “new” (i.e. not yet implemented in Snap!) data type: set. In many respects a set is like a list, so I started out implementing it as a list, with type-specific functions. Soon I ran unto troubl…
If you save that procedure in a variable to use each time, it has the same vulnerability