This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apex Coding Standard | |
Introduction | |
------------- | |
Apex is a strongly-typed, object-oriented, proprietary programming language for the Force.com platform. | |
It lets you execute flow and transaction control statements in conjunction with calls to the Force.com API. | |
Apex borrows it's syntax from Java, and functions like a database stored procedure. | |
To learn more about Apex, read the developer documentation on the Force.com developer site. | |
[http://www.salesforce.com/us/developer/docs/apexcode/index.htm] |