mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-06 13:22: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,13 @@ MODULE proc;
|
|||
|
||||
IMPORT Out;
|
||||
|
||||
|
||||
PROCEDURE printSum(a, b : INTEGER);
|
||||
BEGIN
|
||||
Out.Int(a + b, 0); Out.Ln
|
||||
Out.Int(a + b, 0); Out.Ln
|
||||
END printSum;
|
||||
|
||||
|
||||
BEGIN
|
||||
printSum(6, 9)
|
||||
printSum(6, 9)
|
||||
END proc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue