Each of the three broad type classes has its own set of intrinsic (in-built) operators, for example, +, // and .AND.,
The following are valid expressions,
NumBabiesBorn+1
-- numeric valued"Ward "//Ward
-- character valuedTimeSinceLastBirth .GT. MaxTimeTwixtBirths
-- logical valued
For more information, click here