Dein Suchergebnis zum Thema: Samen

Common pitfalls when working with lists (and how to avoid them) – Tutorials (Here’s how to…) – Snap! Forum

https://forum.snap.berkeley.edu/t/common-pitfalls-when-working-with-lists-and-how-to-avoid-them/14880

Lists are a very flexible, powerful data type. One of Snap!’s ancestors, the famous Lisp language, was even entirely based on list processing (hence its name). In Snap!, lists can be used to represent arrays, ordinary li…
Since both variables keep the same address, both blocks refer to the same list.

Fixing Unordered combinations custom block – #4 by brooks.ogborn – Snap! Editor – Snap! Forum

https://forum.snap.berkeley.edu/t/fixing-unordered-combinations-custom-block/14447/4

Hello Snappers! Brooks (25M) here. I'm pretty good at math, but have always been a bit intimidated by coding so I've only just started using Snap last month I've been coming up with Snap coding projects to do for fun……
Here’s my first attempt at creating a functional version of the same block: Gets