Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

run command

The run command is used to execute a Ralix script.

Usage

ralix run [FILE]

Arguments

  • [FILE]: The path to the script file to execute.

Description

The run command executes a Ralix script from a file. If no file is provided, it will attempt to run a project, but this feature is not yet implemented.

Examples

To run a script file named main.ralix:

ralix run main.ralix