Welcome to the fourteenth codegolf challenge! In this challenge, you must design a custom block that determines whether two inputs are anagrams of one another. In other words, can the characters in the first string be rearranged to form the second string? Spaces count as characters of their own. Output should go to the "output" variable as either "true"/"false" or 1/0 outputs (your choice).
Have fun. Thanks to @compIeteness for suggesting this challenge. @GCgamesandcartoons, 17 blocks, uses sprites, should work but doesn't because Scratch isn't perfect and also because it's not perfect: https://scratch.mit.edu/projects/713333105/ @photopolaraccoustic, 17 blocks, messed up by floating-point sometimes: https://scratch.mit.edu/projects/717235134/ @Nishpish, 16 blocks, fails for strings longer than 200000 characters: https://scratch.mit.edu/projects/711261267/ @12358132134558914423, 18 blocks (!), nonterminating: https://scratch.mit.edu/projects/709942514/ @GCgamesandcartoons, 18 blocks, nonterminating, not perfect: , 19 blocks, nonterminating: , 23 blocks, nonterminating: , 27 blocks, terminating: , 22 blocks, length inputs: , 16 blocks, fails: , 24 blocks, fails: , 17 blocks, length input, fails: