Add CLU (#1071)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
4
c/CLU.clu
Normal file
4
c/CLU.clu
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
start_up = proc ()
|
||||||
|
po: stream := stream$primary_output ()
|
||||||
|
stream$putl (po, "Hello World")
|
||||||
|
end start_up
|
||||||
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
|
|||||||
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
||||||
|
|
||||||
<!--Languages start-->
|
<!--Languages start-->
|
||||||
## Languages (791 total)
|
## Languages (792 total)
|
||||||
|
|
||||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||||
* [05AB1E](%23/05AB1E)
|
* [05AB1E](%23/05AB1E)
|
||||||
@@ -239,6 +239,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [CLIPS](c/CLIPS.clips)
|
* [CLIPS](c/CLIPS.clips)
|
||||||
* [CLISP](c/CLISP.lisp)
|
* [CLISP](c/CLISP.lisp)
|
||||||
* [Clojure](c/Clojure.clj)
|
* [Clojure](c/Clojure.clj)
|
||||||
|
* [CLU](c/CLU.clu)
|
||||||
* [COBOL](c/COBOL.cbl)
|
* [COBOL](c/COBOL.cbl)
|
||||||
* [CobolScript](c/CobolScript.cbl)
|
* [CobolScript](c/CobolScript.cbl)
|
||||||
* [Cobra](c/Cobra.cobra)
|
* [Cobra](c/Cobra.cobra)
|
||||||
|
|||||||
Reference in New Issue
Block a user