an attempt at sort of implementing an accessible unicode database thing into scratch features things that are equivalent to python's chr() and ord() the chr() thing doesn't support hexidecimal NOTE: because scratch is case insensitive, ord() will always return an uppercase letter (if one exists) and i don't want to have several costumes to detect case
because scratch is case insensitive (and because i'm lazy), ord() will always return an uppercase letter (if one exists) project contains 64 variables that are 1024 characters long and list with 65536 entries sorry if there's any errors in the project