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
|
|
@ -5,8 +5,8 @@ IMPORT Out;
|
|||
|
||||
|
||||
BEGIN
|
||||
Out.String("Oberon has types, for example, I am a string type (ARRAY OF CHAR);"); Out.Ln;
|
||||
Out.String("There are also other types, e.g. INTEGERs and BOOLEANs"); Out.Ln;
|
||||
Out.Int(42, 0);
|
||||
Out.Ln
|
||||
Out.String("Oberon has types, for example, I am a string type (ARRAY OF CHAR);"); Out.Ln;
|
||||
Out.String("There are also other types, e.g. INTEGERs and BOOLEANs"); Out.Ln;
|
||||
Out.Int(42, 0);
|
||||
Out.Ln
|
||||
END values.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue