mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
spaces
Former-commit-id: eeb2006ca8007dc48eed9baadcee4982e107fad2
This commit is contained in:
parent
0bd38727b7
commit
7ef2017a7c
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -78,11 +78,11 @@ Let's write hello world file:
|
||||||
>$ cat hey.Mod
|
>$ cat hey.Mod
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
MODULE hey;
|
MODULE hey;
|
||||||
IMPORT Console;
|
IMPORT Console;
|
||||||
BEGIN
|
BEGIN
|
||||||
Console.String("hey there"); Console.Ln
|
Console.String("hey there"); Console.Ln
|
||||||
END hey.
|
END hey.
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
>voc -M hey.Mod
|
>voc -M hey.Mod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue