[comp.lang.misc] Avoiding misspellings

sommar@enea.se (Erland Sommarskog) (04/07/91)

Also sprach Darren New (new@ee.udel.edu):
))FORTRAN's implicit declarations
))were forbidden in that class.
)
)And how did you know that you didn't implicitly declare a variable
)by mistake?   (or do you mean FORTRAN's implicit *statement*?)

       IMPLICIT LOGICAL (A-Z)
-- 
Erland Sommarskog - ENEA Data, Stockholm - sommar@enea.se
Le fils de maire est en Normandie avec beaucoup de medecins.

cok@islsun.Kodak.COM (David Cok) (04/08/91)

In article <3139@enea.se> sommar@enea.se (Erland Sommarskog) writes:
>Also sprach Darren New (new@ee.udel.edu):
>))FORTRAN's implicit declarations
>))were forbidden in that class.
>)
>)And how did you know that you didn't implicitly declare a variable
>)by mistake?   (or do you mean FORTRAN's implicit *statement*?)
>
>       IMPLICIT LOGICAL (A-Z)
>-- 

Both the IMPLICIT statement and forgetting to declare variables were forbidden
in that programming class -- enforced only by careful reading and the
grader.

DRCok