Executing a script in the Red console

Using the Red console, we can execute this script in five ways:

  1. If it is a small script, you could just copy the code that starts after the header and paste it into the REPL.
  2. Right-click on hello-world.red and choose Open With. Browse to the Red bat file (on Windows), and select it. The console opens up with the output message. From now on, double-clicking on a Red source file will execute it in the Red console.
  3. Open a Terminal (in Windows with cmd or a PowerShell console; in Linux/macOS by right-clicking on a folder and choosing Open in Terminal) and navigate to the folder where the source file is. Then type in the command-line, red hello-world.red.
  4. At the Red console prompt >>, type do %hello-world.red ...

Get Learn Red - Fundamentals of Red now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.