WLJS LogoWLJS Notebook

Print

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.

On this page