mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
source of example
Former-commit-id: 00eb04bf2d4b5945dfc23470415f5526281d9e6f
This commit is contained in:
parent
7ef2017a7c
commit
c64f107f80
1 changed files with 6 additions and 2 deletions
|
|
@ -79,9 +79,13 @@ Let's write hello world file:
|
|||
|
||||
<code>
|
||||
MODULE hey;
|
||||
IMPORT Console;
|
||||
|
||||
IMPORT Console;
|
||||
|
||||
BEGIN
|
||||
Console.String("hey there"); Console.Ln
|
||||
|
||||
Console.String("hey there"); Console.Ln
|
||||
|
||||
END hey.
|
||||
</code>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue