Interactive Tutorial
Learn the basics of Jane language through an interactive tutorial.
Step 1: Simple Hello World
This is the most simple it can get. This is a hello world application. Tty stands for Teletypewriter, as opposed to using Console or a print method Jane groups all stdout/in/err functions in the Tty object.
Hello.jn
Tty.WriteLn("Hello World!")
Output:
Documentation
Explore the comprehensive documentation for Jane language.
View DocumentationDownloads
Download the latest version of Jane language.
Download Jane