So I’m making a Japanese symbol flash card program, as there are a lot of symbols in the alphabets. Hiragana alone has 71 symbols, and so I’m storing their spellings into an array, but I don’t want to write every element of the array into the script, that feels very innefficient.
Is there a way I can store them in a file such as Notepad or any other way? Or is writing every element out the best way?