szlang is a "toy" interpreted language.
var x = 12f;
println(x);
var arr=[1,2,3];
for(var i = 0;i<arrlen(arr);i=i+1){
println("Array at index "+to_string(i)+" is "+to_string(arr[i]));
}Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.