Strings
Another type of parameter is a string. A string is a sequence of characters enclosed in single or double quotes. We will learn the difference between single and double quotes later:
print_help 'GXT_KEY'
load_sprite 1 "DOWN"
GXT_KEY
, DOWN
are string literals.