Indexing Characters?
Is there a way to use an index argument with characters like one can do with numerals? For example, while 1::5 would yield {1,2,3,4,5}, is there an efficient method to do X8::Y2 or am I stuck having to write out {"X8", "X9", "Y0", "Y1", Y2"}?Thanks!