Floyd-Warshall algorithm: Difference between revisions

Content added Content deleted
Line 2,280: Line 2,280:




The only changes needed from [[#Icon|the classical Icon]] were in library linkage and code order.
The only changes needed from [[#Icon|the classical Icon]] were in library linkage and code order. (The '''record''' definition had to come ''after'' the library linkages.)


Certainly there are better ways to write an Object Icon implementation, but this helps show that most of the classical dialect is still there.
Certainly there are better ways to write an Object Icon implementation (for example, using a class instead of '''record'''), but this helps show that most of the classical dialect is still there.


<lang objecticon>#
<lang objecticon>#