Department of Computer
Science The University of Arizona Tucson, Arizona IPD72a March 11, 1996 http://www.cs.arizona.edu/icon/docs/ipd072.htm |
^L
) between function declarations (except where there
are many short, similar functions). Generally one empty line prior to boxed
comments.if
statements: statement below conditional expression,
indented three spaces. If else
is present, on separate line
aligned with corresponding if
.typedef
s: generally all lowercase (a deliberate departure
from usual C conventions; typedef
s in the Icon source code
are viewed as an extension of the C language).#ifdef/endif
groups. Identifying C-style comment five tabs out on #else
and #endif
directives.