Add Coral 66 (#959)

This commit is contained in:
MrBrain295 2021-04-05 21:34:19 -05:00 committed by GitHub
parent 4222cdd7e8
commit 2ba12c6194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

10
c/Coral 66.cor Normal file
View File

@ -0,0 +1,10 @@
'external' (
'procedure' write (
'value''integer', 'byte''array', 'value''integer');
)
'begin'
'byte''array' Buf [1:12] := "Hello World", 10;
write (1, Buf, 12);
'end'

View File

@ -229,6 +229,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Control Language](c/Control%20Language.cllc)
* [Cool](c/Cool.cl)
* [Cor](c/Cor.cor)
* [Coral 66](C/Coral%2066.cor)
* [COW](c/COW.cow)
* [Crystal](c/Crystal.cr)
* [CSH](c/CSH.csh)