#!/bin/tcsh -f # Nested if statements, the wrong way. # -IAN! idallen@ncf.ca if ( 0 ) then if ( 0 ) echo The way we were. > then endif echo Hello mother. endif echo Hello father. endif endif endif endif endif endif