It's documented in the main README.
All of the tags and functions are defined in a JSON file located in the data/en folder.
awesomefunction.json
or cfawesome.json
)It should run on Adobe ColdFusion 2016+ or Lucee 5+ please make sure any changes made to the codebase work on these platforms.
Tabs.
yes
/no
or true
/false
or 1
/0
?Use true
/false
Example:
arr = []; // implicit
// is the same as
arr = arrayNew(1);
unorderedStruct = {};
orderedStruct = [:];
// is the same as
unorderedStruct = structNew();
orderedStruct = structNew('ordered');
Use implicit.
Please see the LICENSE file.
No - any examples or code submitted must be your own work.
The main site is cached by Amazon CloudFront for performance, so changes do not show up right away. Most pages are cached for 24 hours.
If you are not showing up on the leaderboard after 24 hours you might need to try this: http://contribution-checker.herokuapp.com/
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.