Printing Hello World
Your first BornomalaScript program prints text to the console.
To print a message in BornomalaScript, use lekho
:
lekho("Hello World!")
Run it after installing the compiler:
bs run hello.bs
Your first BornomalaScript program prints text to the console.
To print a message in BornomalaScript, use lekho
:
lekho("Hello World!")
Run it after installing the compiler:
bs run hello.bs