JLang is a programming language created in 2016 by Joao Marcelo Brito.
Just another programming language
func test param { this.id = 0; ret this; } var testObj = test(); i = testObj.id;
View source