Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

How to run an ABJAD program

Mohammed Ezzedine edited this page Nov 15, 2020 · 1 revision

Prerequisite: Install the ABJAD interpreter on your local machine. more info

  1. Open a command line prompt (cmd)
  2. Move (through the cmd) to the folder containing your abjad program
  3. Use one of the following commands to run your program:
    • abjad -i {fileName}.abjad
      This command runs {fileName}.abjad and all the output will appear in {fileName}.txt, in the same directory
    • abjad -i {fileName}.abjad -o {outputFileName}.txt
      This command runs {fileName}.abjad and all the output will appear in {outputFileName}.txt, in the same directory
Clone this wiki locally