Dein Suchergebnis zum Thema: Leder

How to enter a ’new line‘ character into a text string – Help with Snap! – Snap! Forum

https://forum.snap.berkeley.edu/t/how-to-enter-a-new-line-character-into-a-text-string/3358

I tried things like say("Hello\nthere") and some variants with no success. I can copy and paste multi-line text into Snap! and that works fine.It seems If I press the 'Enter' key while in an input field it leaves the blo…
My use case that led to this thread was to generate text (a summary of some search

How does multiply of a character and a number work with HOF like map, filter…? – Page 2 – Computer Science – Snap! Forum

https://forum.snap.berkeley.edu/t/how-does-multiply-of-a-character-and-a-number-work-with-hof-like-map-filter/5029?page=2

I am obsessed with codification from SNAP to Python. Now I came along on multiplying a character c with a number n, which is possible in Python. It returns in python just n times the concatenation of this character wit…
And, on the other hand, I equally wonder about the steps that have led you, dardoro

How are hyperblocks so fast? (with inside views from @jens and @bh) – Advanced Help with Snap! – Snap! Forum

https://forum.snap.berkeley.edu/t/how-are-hyperblocks-so-fast-with-inside-views-from-jens-and-bh/15741

Runtime performance often isn’t that important, especially not for an education-oriented language. Besides, no code written in an interpreted language on top of Javascript is going to be faster than (equally well-written…
Because it’s easy to get started with a little interactive project folks are led