20. TRANSCRIPT, 45 bytes
You can see a Q here. >SET Q TO 19 >X Q >QUIT Explanation:
TRANSCRIPT is designed to resemble interactive fiction scripts. So rather than using variables, objects and NPCs are used. Commands and dialog (essentially comments) are mixed together.
You can see a Q here. Creates an object named Q >SET Q TO 19 Assign Q to 19 >X Q Display Q >QUIT End the program Chars used: .19>EIOQSTUXYZacehnorsu