Dein Suchergebnis zum Thema: have/"<b/""

How do you get Snap blocks on the forums? – Page 2 – Tutorials (Here’s how to…) – Snap! Forum

https://forum.snap.berkeley.edu/t/how-do-you-get-snap-blocks-on-the-forums/2755?page=2

On the Scratch forums (I still think the Snap forums are better) you can use BBCode to represent different blocks. Since I'm new, I don't really know how everyone gets a script of blocks in a post. I'm wondering if it's …
snapenilk August 10, 2020, 11:01pm 22 Thank you; I have bookmarked this for future

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…
VII (Procedures as Data), section B (Writing Higher Order Procedures). 4 – Edge