register_function line

Chuck Adams (cadams@weather.brockport.edu)
Fri, 31 May 1996 10:56:42 PDT


Diana L Harris drew these hieroglyphs:
> >   for ( i = 0 ; i < 3 ; i++ )
> >
> ****** Wouldn't I need a { here?
> >     dist += (start[i]-stop[i])*(start[i]-stop[i]);
> And } here?

Nope, though it won't hurt if you add one.