Newest Features to be introduced in Echo!
MufiZ v0.10.0 is packing some new exciting features already, firstly we are adding support for foreach loops!!!
var a = {1, 2, 3};
foreach(x in a){
print a;
}
// 1
// 2
// 3
The foreach loop was something I wanted to bring in Kova but didn’t get...
news.mufi-lang.org5 min read