#!/bin/csh
# Routine to show the use of a simple if
# control structure.
#
if ( $#argv == 0 ) echo "if_1: there are no arguments"
