Add CobolScript (#955)
This commit is contained in:
6
c/CobolScript
Normal file
6
c/CobolScript
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
DISPLAY `Content-type: text/html `.
|
||||||
|
DISPLAY LINEFEED.
|
||||||
|
DISPLAY `<HTML><BODY>`.
|
||||||
|
DISPLAY `<CENTER>Hello World</CENTER>`.
|
||||||
|
DISPLAY `</BODY></HTML>`.
|
||||||
|
GOBACK.
|
||||||
@@ -216,6 +216,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [CLISP](c/CLISP.lisp)
|
* [CLISP](c/CLISP.lisp)
|
||||||
* [Clojure](c/Clojure.clj)
|
* [Clojure](c/Clojure.clj)
|
||||||
* [COBOL](c/COBOL.cbl)
|
* [COBOL](c/COBOL.cbl)
|
||||||
|
* [CobolScript](c/CobolScript)
|
||||||
* [Cobra](c/Cobra.cobra)
|
* [Cobra](c/Cobra.cobra)
|
||||||
* [Coconut](c/Coconut.coc)
|
* [Coconut](c/Coconut.coc)
|
||||||
* [CoffeeScript](c/CoffeeScript.coffee)
|
* [CoffeeScript](c/CoffeeScript.coffee)
|
||||||
|
|||||||
Reference in New Issue
Block a user