Dein Suchergebnis zum Thema: Hand

Code compiling doesn’t support ASK blocks, but doesn’t error – Snap! Bugs – Snap! Forum

https://forum.snap.berkeley.edu/t/code-compiling-doesnt-support-ask-blocks-but-doesnt-error/12603

i found this issue with the sort primitive (not directly, i used the library block) if you ask a sprite for anything it reports "" currently i'm working around this with the identity custom block because the compiler d…
If your going to by-pass the standard library and use primitives directly then hand-holding

Certain uses of combinations block has weird behaviour – Snap! Bugs – Snap! Forum

https://forum.snap.berkeley.edu/t/certain-uses-of-combinations-block-has-weird-behaviour/17060

Using 6 numbers from (0) to (2) blocks in combinations block can be used to make ternary numbers, but I somehow come across this: Notice that Column F starts with [1, 2, 0, 1, 2, 0, …] rather than [0, 1, 2, 0, 1, 2…
right, we don’t guarantee the order, so this isn’t technically a bug; on the other hand