Cannot resolve image macro, invalid image name or id.

Compile / Install

How To Compile

  1. Git Clone the Repositry
  2. Open in VS2010 or Later
  3. Compile
  4. Run Tests

How To Run

  1. Download Zip Cannot resolve file macro, invalid file name or id.
  2. Extract to Directory of your Choice
  3. 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}}; myFirstObject.sayHello("Indonesia"); myFirstObject.country:"Indonesia";
myFirstObject.sayHelloIndo(){return this.sayHello(this.country);};

Design