Alan B Saichek <a...@eaur.org> skribis:
> The recent discussion of un-initialized list element referencing 
> reminded me of a typo in the draft of the 2nd edition of Alan Corre's 
> "Icon Programming for Humanists".
> 
> On page 43, in example code of procedure printout()
> 
>     # Arrange info in columns and figure letter total
>       write(right(n,2),right(1[n],12))
> 
> the example intends to reference an element of a list identified by 
> letter 'l' , as in l[n] .

That's why I don't use 'l' as a variable name and don't think others
should, either. 'O' is a bad name, too.


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to