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).