Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lanl!beta!smr From: smr@beta.lanl.gov (Shawn) Newsgroups: comp.lang.fortran Subject: fortran statement Keywords: MOD Message-ID: <28605@beta.lanl.gov> Date: 21 Jul 89 20:33:26 GMT Organization: Los Alamos National Laboratory Lines: 10 Read the statement: IF(MOD(N,2).EQ.0)THEN I'm new at the language and was looking over a program written as an example and became quite confused when I read MOD what does it signify in this statement there is no other reference to MOD... Anyone who might be able to tell me would be appreciated. thanks.