Measures Concepts
GitHub icon

CobolScript

CobolScript - Programming language

< >

CobolScript is a programming language created in 1999.

#1724on PLDB 25Years Old

CobolScript is a programming language created by Matthew Dean and Charles Schereda of Deskware in 1999. The language was intended to provide web-enabled COBOL, and was targeted at businesses using legacy software written in that language.. Read more on Wikipedia...


Example from hello-world:
DISPLAY `Content-type: text/html `. DISPLAY LINEFEED. DISPLAY `<HTML><BODY>`. DISPLAY `<CENTER>Hello World</CENTER>`. DISPLAY `</BODY></HTML>`. GOBACK.

Language features

Feature Supported Token Example
Print() Debugging ✓ DISPLAY

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