Addition custom block doesn't work
Did I copy the code incorrectly, or does the addition custom block not work? Shouldn't the carry code be something like
set [carry v] to ([floor v] of ((((letter (index) of (a :: variables)) + (letter (index) of (b :: variables))) + (carry))/(10)))
instead of
set [carry v] to (letter (1) of (((letter (index) of (a :: variables)) + (letter (index) of (b :: variables))) + (carry)))
?
Ametz807 (talk | contribs) 15:35, 1 August 2022 (UTC)
- Never mind, seems like someone updated the script.
Ametz807 (talk | contribs) 18:38, 17 June 2023 (UTC)
Other Methods
There are other ways to represent large numbers and are worth including. Relevant Wikipedia articles to look at:
Awesome-llama (talk | contribs) 20:52, 22 June 2026 (UTC)