Simple Icon tips and tricks
This is my old site that I'm keeping up for historical purposes and is no longer updated. You probably want to see my new site.
Multiline Comments
Since Icon does not support multiline comments similar to C's /* ... */, compile-time conditionals can be used to comment large blocks of code out:
$ifdef MULTILINECOMMENT # your unicon comment or code here # ... $endif
Backlinks:
Code
Code