Add a syntax for both including a class and creating a new instance of it at the same time. Possibly ``` var instance = @new MyClass(); ```
Add a syntax for both including a class and creating a new instance of it at the same time.
Possibly