This command is used to indicate a value to be returned by a function. The type of data to be returned must be compatible with the declared type of the function, for example, a declared "integer type" function must return an integer value.