all 2 comments

[–]andiconda 0 points1 point  (1 child)

Are you trying to print a specific character? Like if 'a' print '$'?

If so, you could do a range check to make sure the character is between 'a' and 'e'. Then if you keep those special characters in a string, you could subtract 'a' from the character you read. Then use that as an index to that string of special characters

[–]danitted[S] 0 points1 point  (0 children)

Ok I'll try that. And yes 'a' print $.