Measures Concepts
GitHub icon

CFScript

CFScript - Programming language

< >

CFScript is a programming language created in 1999.

#1376on PLDB 25Years Old

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 Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout