Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

Support method calls in the same line as creating a new instance #36

Open ShawnClake opened 5 years ago

ShawnClake commented 5 years ago

Right now we cannot do this, but we should be able to:

myvar = new something().someAction();
ShawnClake commented 5 years ago

grammar added