Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, open the Wolfram Language environment and evaluate the command.
Sometimes we’ll want to create scripts and run them from a file. We can do this by saving the code in a file with the .wl
extension and then executing it using the wolframscript
command-line tool.
First, save the code to a file named hello-world.wl
:
Then, run the script from the command line:
Now that we can run and build basic Wolfram Language scripts, let’s learn more about the language.