Former-commit-id: eeb2006ca8007dc48eed9baadcee4982e107fad2
This commit is contained in:
norayr 2016-01-13 16:06:31 +04:00
parent 0bd38727b7
commit 7ef2017a7c

View file

@ -78,11 +78,11 @@ Let's write hello world file:
>$ cat hey.Mod
<code>
MODULE hey;
IMPORT Console;
BEGIN
Console.String("hey there"); Console.Ln
END hey.
MODULE hey;
IMPORT Console;
BEGIN
Console.String("hey there"); Console.Ln
END hey.
</code>
>voc -M hey.Mod