• string: text stored as a value
  • value: data
  • keyword: reserved word in programming
  • statement: code that performs an action
  • expression: code that results in a value
DISPLAY(expression)




DISPLAY("Hello World")




 




Hello World