Former-commit-id: a1e328df71183c99f4b6df1269b40789262c0e9b
This commit is contained in:
norayr 2016-01-13 16:05:38 +04:00
parent b9676648c4
commit 0bd38727b7

View file

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