An Open-Source programming language written in python. Has BASIC-like syntax
Windows: Go to releases page and download the file called AquaLang1.0.0Installer.exe and run it.
Linux: Run the following:
git clone https://github.com/CyberSafe-Labs/AquaLang.git
Open CMD (Windows) or Bash (Linux) and cd to the Aqua Directory and type python shell.py
or python3 shell.py
then type RUN("<filename>.aqua")