Solis is a Programming Language which Type is being Thought of
- Object Oriented
- Lazy Evaluation
- Statically Typed
- Interpreted
Releases Here.
Variables can be declared like this
var <name> = <value>
and used like this
|<varname>|
The current types are
- String
"<data>"
- Integer (No Floating Point Value)
<Any Number without a Decimal
- Boolean
True or False
outln prints with a newline after, takes arg string
out prints without a newline after, takes arg string