Cannot resolve image macro, invalid image name or id.
Compile / Install
How To Compile
- Git Clone the Repositry
- Open in VS2010 or Later
- Compile
- Run Tests
How To Run
- Download Zip Cannot resolve file macro, invalid file name or id.
- Extract to Directory of your Choice
- Run Program by Double Clicking or Using Command Prompt
Language
How To Create a Function and call it
(){return "Hello Indonesia"; }
(){return "Hello Indonesia"; }()
i call this an owl because {(){}()}
looks like an owl
create an object
{}
myFirstObject:{sayHello:(toName){return "Hello, ".concat(toName}};
- call a method of an object
myFirstObject.sayHello("Indonesia");
- assign a value to an object after its created
myFirstObject.country:"Indonesia";
myFirstObject.sayHelloIndo(){return this.sayHello(this.country);};
Design