Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

CFScript

< >

CFScript is a programming language created in 1999.

#2569on PLDB 26Years Old
Wikipedia

CFScript is an extension of CFML on the ColdFusion platform. CFScript resembles JavaScript. Some ColdFusion developers prefer it since it has less visual and typographical overhead than ordinary CFML.. Read more on Wikipedia...


Example from Wikipedia:
x = 0; do { x = x+1; WriteOutput(x); } while (x LTE 0); // Outputs: 1

Language features

Feature Supported Example Token
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · Add Prompt · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v170.1.0