Tagged Questions
0
votes
2answers
1k views
How to print subscripts/superscripts on a CLI?
I'm writing a piece of code which deals with math variables and indices, and I'd need to print subscripts and superscripts on a CLI, is there a (possibly cross-platform) way to do that? I'm working in ...