Dein Suchergebnis zum Thema: "<b

I copied a list to another variable, and then when I change the copy, it changes the original too! – technical – Snap! Forum

https://forum.snap.berkeley.edu/t/i-copied-a-list-to-another-variable-and-then-when-i-change-the-copy-it-changes-the-original-too/896

Short answer: You didn't copy the list to the variable, you gave the same list another name. [The pictures below are a lie. See below the divider ——– for the full story.] Here's what it looks like: The lis…
I created two variables, a and b.

I copied a list to another variable, and then when I change the copy, it changes the original too! – technical – Snap! Forum

https://forum.snap.berkeley.edu/t/i-copied-a-list-to-another-variable-and-then-when-i-change-the-copy-it-changes-the-original-too/896/1

Short answer: You didn't copy the list to the variable, you gave the same list another name. [The pictures below are a lie. See below the divider ——– for the full story.] Here's what it looks like: The lis…
I created two variables, a and b.

A tiny change would enable BigInt to work in Snap! – Snap! Feature Requests – Snap! Forum

https://forum.snap.berkeley.edu/t/a-tiny-change-would-enable-bigint-to-work-in-snap/6518

If one just puts 'n' at the end of an integer you get bignums in nearly all modern browsers. But I can't type 999999999999999999999999999999n to Snap! blocks. If I could then all arithmetic blocks would automatically su…
tried it and got an error due to Process.prototype.reportBasicSum = function (a, b)