#!/bin/csh setenv GREETING Hello set there=there set friends=(Kevin Lisa Joanne Greg) echo $GREETING $there $friends echo $GREETING $friends[3]