ApLangApLang

Install ApLang


Platform/Method


Project Setup (Recommended)

  1. 1.

    Download and install VS Code.

  2. 2.

    Install the ApLang Extension for VS Code.

  3. 3.

    Download and install GitHub Desktop. Launch it and sign in (optional).

  4. 4.

    Create a new repository by selecting File > New Repository. Name your repository and click Create Repository.

  5. 5.

    Open the project in VS Code via Repository > Open in Visual Studio Code. If you don’t see the option, open the folder manually.

  6. 6.

    Create a new file named first.ap and add: DISPLAY("Hello World")

  7. 7.

    Open the terminal in VS Code (Terminal > New Terminal) and run:

    You should see Hello World in the output.