Topological sort: Difference between revisions

Content added Content deleted
m (→‎{{header|Object Pascal}}: changed highlighter from "Object Pascal" to pascal)
Line 3,735: Line 3,735:
=={{header|Object Pascal}}==
=={{header|Object Pascal}}==
Written for Free Pascal, but will probably work in Delphi if you change the required units.
Written for Free Pascal, but will probably work in Delphi if you change the required units.
<lang Object Pascal>
<lang pascal>
program topologicalsortrosetta;
program topologicalsortrosetta;