source of example

Former-commit-id: 00eb04bf2d4b5945dfc23470415f5526281d9e6f
This commit is contained in:
norayr 2016-01-13 16:07:39 +04:00
parent 7ef2017a7c
commit c64f107f80

View file

@ -79,9 +79,13 @@ Let's write hello world file:
<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>