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