Ctrl+P
This is a simple helper for EagleLang & EAGLEPVM & EagleDVM
Example
/* this is a simple example of EagleLang */ package helloworld func(): info("Hello World!") // main function int EagleMain(list<string> args): func() return 0
Enjoy!