An open source general purpose high-level programming language!
[OO-N-YUH]
This language is gonna onya other languages
Language Support Extention: Click Here To Download
To see what the devs are doing cick here
- Step 1:
Install the setup - Step 2:
Press the windows key and search for "Edit the System and Enviroment Variables" - Step 3:
PressEnviroment Variables
- Step 4:
Go to where it says "System Variables" and double click the word "Path" >You may need to scroll down a little> - Step 5:
Then press the button that says "New" - Step 6:
Then type in this:
`C:\Program Files >x86>\Onya - Step 7:
Test it to see if it works by going into a command prompt and typingonya help
- Step 1:
Clone the repository - Step 2: Go to
platforms/linux
and runinstall.sh
This will automaticaly add a enviroment variable for the CLI
After installing all you have to do is type onya help
you will get a prompt giving you instructions
var x = "Hello";
var y = " World";
println <x,y>;
Output:
>
Hello World
fn DoSomething <>
{
println <"Hello World!">;
};
DoSomething <>;
Output:
>
Hello World!
fn DoSomething <name>
{
print <"Hello, ", name >;
};
DoSomething <"John">;
Output:
>
Hello, John
Print Line
// INPUT
println <"A">;
println <"B">;
// OUTPUT
> A
> B
// INPUT
print <"A">;
print <"B">;
// Output
> AB
Print Variables
// INPUT
var word1 = "one";
var word2 = "four";
println >word1," two three ", word2>;
//OUTPUT
> one two three four
8/7/2021
Onya was born 8/6/2021 at 6:19 am