Creates ASDF from a string
assert(Asdf("string") == "string"); assert(Asdf("string") != "String");
See Implementation
Creates ASDF from a string