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 >$ 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