A literal can be a number, character, or a string.
For example, in the expression,
VAR1 := 'Hello World';
VAR1 is a bind variable, and 'Hello World' is a literal.