Add CLU (#1071)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
1a7d0d8c01
commit
c7b0dcfb27
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!
|
||||
|
||||
<!--Languages start-->
|
||||
## Languages (791 total)
|
||||
## Languages (792 total)
|
||||
|
||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||
* [05AB1E](%23/05AB1E)
|
||||
@ -239,6 +239,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
||||
* [CLIPS](c/CLIPS.clips)
|
||||
* [CLISP](c/CLISP.lisp)
|
||||
* [Clojure](c/Clojure.clj)
|
||||
* [CLU](c/CLU.clu)
|
||||
* [COBOL](c/COBOL.cbl)
|
||||
* [CobolScript](c/CobolScript.cbl)
|
||||
* [Cobra](c/Cobra.cobra)
|
||||
|
Loading…
x
Reference in New Issue
Block a user