CobolScript is a programming language created in 1999.
#1638on PLDB | 24Years Old | 51Users |
0Books | 0Papers |
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...
DISPLAY `Content-type: text/html `.
DISPLAY LINEFEED.
DISPLAY `<HTML><BODY>`.
DISPLAY `<CENTER>Hello World</CENTER>`.
DISPLAY `</BODY></HTML>`.
GOBACK.
Feature | Supported | Token | Example |
---|---|---|---|
Print() Debugging | ✓ | DISPLAY |