My name is Jim.

My dog is a poodle.

Explanation: Constants are similar to variables in that they store information. Unlike variables, however they cannot be changed. A constant is defined with the define function rather than an = operator. Once a constant is defined, it can be used like a variable (but without the $ sign).