Floyd-Warshall algorithm: Difference between revisions

Line 2,280:
 
 
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 (for example, using a class instead of '''record'''), but this helps show that most of the classical dialect is still there.
 
<lang objecticon>#
1,448

edits