Hacked barebones string support into Palo Alto TinyBasic.
It is now possible to input a string with IN$, then access its characters as $(0), $(1), ...
As in the original language, there is no way to convert a numeric character code back to a character and display it on the screen. (Yet!)