evidencehistorical
The PRINT command is the most basic way to output data in Amstrad BASIC.
100% confidence
To make the Amstrad CPC do anything visible, you use the PRINT command. You type PRINT followed by words in quotation marks. Press enter, and the computer instantly prints those exact words on the screen below your command. It is the building block of all text-based games and programs. You can also use a question mark as a shortcut. Typing ? 'Hello' works exactly the same way. The computer translates the question mark to PRINT automatically to save you time and memory.
Read the full exploration