100 doors: Difference between revisions

Content added Content deleted
(→‎{{header|Haxe}}: Added unoptimised version and tweak the optimised version)
m (→‎{{header|Oberon}}: Fixed language name and use Modula-2 for syntax highlighting)
Line 9,205: Line 9,205:
echo outputString</syntaxhighlight>
echo outputString</syntaxhighlight>


=={{header|Oberon}}==
=={{header|Oberon-07}}==
[http://oberon07.com/ Oberon-07], by [http://people.inf.ethz.ch/wirth/index.html Niklaus Wirth].
[http://oberon07.com/ Oberon-07], by [http://people.inf.ethz.ch/wirth/index.html Niklaus Wirth].
<syntaxhighlight lang="oberon">MODULE Doors;
<syntaxhighlight lang="modula2">MODULE Doors;
IMPORT Out;
IMPORT Out;