Display the value of x. For example,
disp ("The value of pi is:"), disp (pi) -| the value of pi is: -| 3.1416Note that the output from
dispalways ends with a newline.If an output value is requested,
dispprints nothing and returns the formatted output in a string.See also: fdisp