Dein Suchergebnis zum Thema: Samen

How to make variables that are only visible to a custom block – Snap! Editor – Snap! Forum

https://forum.snap.berkeley.edu/t/how-to-make-variables-that-are-only-visible-to-a-custom-block/19132

I want to implement a recursive algorythm that returns a modified version of the input data without modifying it directly, by returning a copy of it, but there are mutiple of these modified versions at once so i cant use…
will share the variable with all other calls of the recursion (because it is the same

It’s a small world (and debate about indexing arrays for some reason) – Related sciences – Snap! Forum

https://forum.snap.berkeley.edu/t/its-a-small-world-and-debate-about-indexing-arrays-for-some-reason/17332

Well, I was reading this guide to the FAIL assembly language, and found this: Acknowledgements The original version of FAIL and the original manual (SAILON-26) were written by Phil Petit in 1976. Various additions and…
also really convenient that javascript’s and python’s array system are exactly the same