|
|
A clear installation method will come soon.
All keywords and functions are present in guide.md
# the below code prints hello world to the screen
bol("Hello World") # implementation of a basic for loop
ghorao i = 0 theke 5 tarpor
bol("loop!")
byass # basic functions
kaaj naam(name);
bol("Hello " + name);
byass;
bol("Name: ")
chol n = jigesh_kor()
naam(n) # basic recursion example using factorial
kaaj fact(n);
jodi n<=1 tarpor de(1) nahole de(n * fact(n-1))
byass;
bol(fact(5))Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.