The Mathematica Programming Language

Hello world! Example Program


Click below to go directly to a specific section:
Description | Source Code | Sample Run | Program Notes


Description

This program demonstrates the text output function of the Mathematica programming language by displaying the message "Hello World!".


Source Code

Print["Hello World"]
   

Sample Run

"Hello World"


Program Notes

This program was tested and executed using Mathematica 3.0


[Back] [Home]

Last modified: 01:51 PM on 12/10/1999