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).
25 blocks, but it's decently accurate. There are 25 other blocks in the backdrop Changes: - Optimized it from 25 to 20, but I think I might have made it less accurate - Optimized from 20 to 18, but it now only works for words less than 1000 letters. I don't want to make it non-terminating for some reason lol - (Hopefully) Fixed a problem kc021 mentioned - I came back to this 4 months later and just optimized it to 15 lol, zero clue how I just did this I would've currently had the best working one, but this is very old and I didn't get this first try