Basic Syntax

Interscript is similar in syntax to C++ and Python.
I made it to be like it as i have some experience in both languages, and i like the syntax of them.

Syntax:

int x = 5;

Here, the program defines a variable named 'x', that is an integer, then, it assigns the value 5 to it.
[[docVersion]] [[isiVersionCommit:]]