mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-06 05:12:25 +00:00
post rebranding
This commit is contained in:
parent
4169aecd5b
commit
95b512baf4
66 changed files with 716 additions and 15 deletions
|
|
@ -1,12 +0,0 @@
|
|||
MODULE values;
|
||||
|
||||
|
||||
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
|
||||
END values.
|
||||
Loading…
Add table
Add a link
Reference in a new issue