Introduction
Welcome to ISI!
This language is interpreted, and you might find that it's syntaxically
similiar to C++, so any experience with C++ will help.
The newest version of this language is
[[isiVersionCommit:[[isiVersion]]]]
You should get the interpreter from
github or the
downloads page.
Basic syntax looks like this:
int x = 5;
Here, the program defines a variable named '
x', that is an integer, then, it assigns the value
5 to it.