Print[expr] prints expr as output.
Examples
Print a message:
Print["Hello, World!"]
(* Hello, World! *)Print multiple expressions:
Print["x = ", 5]
(* x = 5 *)Please visit the official Wolfram Language Reference for more details.
Print[expr] prints expr as output.
Print a message:
Print["Hello, World!"]
(* Hello, World! *)Print multiple expressions:
Print["x = ", 5]
(* x = 5 *)Please visit the official Wolfram Language Reference for more details.