Icon+Unicon/Intro: Difference between revisions

Line 142:
Examples of parametrized procedures can be found in [[Sorting algorithms/Bubble sort#Icon and Unicon]] and [[Apply a callback to an array#Icon and Unicon]].
 
==== classes and objects (unicon) ====
Unicon allows for user defined class and method definitions. Individual instances of these objects (mutable) can be created by constructor functions.
Objects (mutable)
 
==== class (unicon) ====
==== file and windows ====
Anonymous user