You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Mohammed Ezzedine edited this page Nov 15, 2020
·
1 revision
Prerequisite:Install the ABJAD interpreter on your local machine. more info
Open a command line prompt (cmd)
Move (through the cmd) to the folder containing your abjad program
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