Turing 001 — Put

The “put” command is used to print information to the screen.

 

put "Hello World!"

 

...prints “Hello World!” (without the quotes) to the screen.

Assignment

Write a program that prints your first name to the screen.

 

Save as "001.t".

 

Note that all programs should be saved in your "Name - Turing Tutorial" folder on the network drive from now on. See your instructor if you are unsure how to do this.