Skip to content

Commit

Permalink
Caral 66 πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»
Browse files Browse the repository at this point in the history
  • Loading branch information
Motevakel authored May 19, 2021
1 parent 6637803 commit 1ef438b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Languages/Coral 66.cor
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 1ef438b

Please sign in to comment.