JLang is a programming language created in 2016 by Joao Marcelo Brito.
#2079on PLDB | 8Years Old |
git clone https://github.com/jmbrito01/jlang
Just another programming language
func test param {
this.id = 0;
ret this;
}
var testObj = test();
i = testObj.id;