mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-06 05:12:25 +00:00
changed tabs with spaces
This commit is contained in:
parent
e49b38df73
commit
d110fb0ac8
12 changed files with 132 additions and 119 deletions
|
|
@ -3,12 +3,12 @@ MODULE constants;
|
|||
IMPORT Out;
|
||||
|
||||
CONST
|
||||
s = "if it moves, compile it!";
|
||||
n = 42;
|
||||
m = n * 2;
|
||||
s = "if it moves, compile it!";
|
||||
n = 42;
|
||||
m = n * 2;
|
||||
|
||||
BEGIN
|
||||
Out.String(s); Out.Ln;
|
||||
Out.Int(n, 0); Out.Ln;
|
||||
Out.Int(m, 0); Out.Ln;
|
||||
Out.String(s); Out.Ln;
|
||||
Out.Int(n, 0); Out.Ln;
|
||||
Out.Int(m, 0); Out.Ln;
|
||||
END constants.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue