CFScript
CFScript is a historical programming language created in 1999.
20Years Old | 1,020Users | 0Jobs |
- CFScript ranks in the top 50% of languages
- the CFScript wikipedia page
- CFScript first appeared in 1999
- See also: cfml, javascript, html
- I have 31 facts about CFScript. just email me if you need more.
Example code from Wikipedia:
x = 0; do { x = x+1; WriteOutput(x); } while (x LTE 0); // Outputs: 1Edit
Last updated February 11th, 2019